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,
}

Fields

Contains information about where to publish the inventory results.

Specifies an inventory filter. The inventory only includes objects that meet the filter's criteria.

The ID used to identify the inventory configuration.

Specifies which object version(s) to included in the inventory results.

Specifies whether the inventory is enabled or disabled.

Contains the optional fields that are included in the inventory results.

Specifies the schedule for generating inventory results.

Trait Implementations

impl Default for InventoryConfiguration
[src]

Returns the "default value" for a type. Read more

impl Debug for InventoryConfiguration
[src]

Formats the value using the given formatter.