Struct rusoto_s3::LifecycleConfiguration [−][src]
Expand description
Container for lifecycle rules. You can add as many as 1000 rules.
Fields
rules: Vec<Rule>Specifies lifecycle configuration rules for an Amazon S3 bucket.
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 LifecycleConfiguration
impl Send for LifecycleConfiguration
impl Sync for LifecycleConfiguration
impl Unpin for LifecycleConfiguration
impl UnwindSafe for LifecycleConfiguration
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