Struct rusoto_s3::IntelligentTieringConfiguration [−][src]
pub struct IntelligentTieringConfiguration {
pub filter: Option<IntelligentTieringFilter>,
pub id: String,
pub status: String,
pub tierings: Vec<Tiering>,
}Expand description
Specifies the S3 Intelligent-Tiering configuration for an Amazon S3 bucket.
For information about the S3 Intelligent-Tiering storage class, see Storage class for automatically optimizing frequently and infrequently accessed objects.
Fields
filter: Option<IntelligentTieringFilter>Specifies a bucket filter. The configuration only includes objects that meet the filter's criteria.
id: StringThe ID used to identify the S3 Intelligent-Tiering configuration.
status: StringSpecifies the status of the configuration.
tierings: Vec<Tiering>Specifies the S3 Intelligent-Tiering storage class tier of the configuration.
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 Send for IntelligentTieringConfiguration
impl Sync for IntelligentTieringConfiguration
impl Unpin for IntelligentTieringConfiguration
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