Struct rusoto_s3::InventoryConfiguration [−][src]
pub struct InventoryConfiguration {
pub destination: InventoryDestination,
pub filter: Option<InventoryFilter>,
pub id: String,
pub included_object_versions: String,
pub is_enabled: bool,
pub optional_fields: Option<Vec<String>>,
pub schedule: InventorySchedule,
}Expand description
Specifies the inventory configuration for an Amazon S3 bucket. For more information, see GET Bucket inventory in the Amazon S3 API Reference.
Fields
destination: InventoryDestinationContains information about where to publish the inventory results.
filter: Option<InventoryFilter>Specifies an inventory filter. The inventory only includes objects that meet the filter's criteria.
id: StringThe ID used to identify the inventory configuration.
included_object_versions: StringObject versions to include in the inventory list. If set to All, the list includes all the object versions, which adds the version-related fields VersionId, IsLatest, and DeleteMarker to the list. If set to Current, the list does not contain these version-related fields.
is_enabled: boolSpecifies whether the inventory is enabled or disabled. If set to True, an inventory list is generated. If set to False, no inventory list is generated.
optional_fields: Option<Vec<String>>Contains the optional fields that are included in the inventory results.
schedule: InventoryScheduleSpecifies the schedule for generating inventory results.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for InventoryConfiguration
impl Send for InventoryConfiguration
impl Sync for InventoryConfiguration
impl Unpin for InventoryConfiguration
impl UnwindSafe for InventoryConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more