Struct aws_sdk_s3control::model::LifecycleRuleFilter [−][src]
#[non_exhaustive]pub struct LifecycleRuleFilter {
pub prefix: Option<String>,
pub tag: Option<S3Tag>,
pub and: Option<LifecycleRuleAndOperator>,
}
Expand description
The container for the filter of the lifecycle rule.
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.prefix: Option<String>
Prefix identifying one or more objects to which the rule applies.
Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
tag: Option<S3Tag>
and: Option<LifecycleRuleAndOperator>
The container for the AND
condition for the lifecycle rule.
Implementations
Prefix identifying one or more objects to which the rule applies.
Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
The container for the AND
condition for the lifecycle rule.
Creates a new builder-style object to manufacture LifecycleRuleFilter
Trait Implementations
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 LifecycleRuleFilter
impl Send for LifecycleRuleFilter
impl Sync for LifecycleRuleFilter
impl Unpin for LifecycleRuleFilter
impl UnwindSafe for LifecycleRuleFilter
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