Struct aws_sdk_s3::types::InventorySchedule
source · #[non_exhaustive]pub struct InventorySchedule { /* private fields */ }
Expand description
Specifies the schedule for generating inventory results.
Implementations§
source§impl InventorySchedule
impl InventorySchedule
sourcepub fn frequency(&self) -> Option<&InventoryFrequency>
pub fn frequency(&self) -> Option<&InventoryFrequency>
Specifies how frequently inventory results are produced.
source§impl InventorySchedule
impl InventorySchedule
sourcepub fn builder() -> InventoryScheduleBuilder
pub fn builder() -> InventoryScheduleBuilder
Creates a new builder-style object to manufacture InventorySchedule
.
Trait Implementations§
source§impl Clone for InventorySchedule
impl Clone for InventorySchedule
source§fn clone(&self) -> InventorySchedule
fn clone(&self) -> InventorySchedule
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InventorySchedule
impl Debug for InventorySchedule
source§impl PartialEq<InventorySchedule> for InventorySchedule
impl PartialEq<InventorySchedule> for InventorySchedule
source§fn eq(&self, other: &InventorySchedule) -> bool
fn eq(&self, other: &InventorySchedule) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.