Struct aws_sdk_securityhub::model::AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails [−][src]
#[non_exhaustive]pub struct AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails {
pub days: i32,
pub storage_class: Option<String>,
}Expand description
A transition rule that describes when noncurrent objects transition to a specified storage class.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.days: i32The number of days that an object is noncurrent before Amazon S3 can perform the associated action.
storage_class: Option<String>The class of storage to change the object to after the object is noncurrent for the specified number of days.
Implementations
Creates a new builder-style object to manufacture AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails
Trait Implementations
fn eq(
&self,
other: &AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails
) -> bool
fn eq(
&self,
other: &AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails
) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(
&self,
other: &AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails
) -> bool
fn ne(
&self,
other: &AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetails
) -> bool
This method tests for !=.
Auto Trait Implementations
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
