Struct rusoto_s3::IntelligentTieringAndOperator [−][src]
pub struct IntelligentTieringAndOperator {
pub prefix: Option<String>,
pub tags: Option<Vec<Tag>>,
}Expand description
A container for specifying S3 Intelligent-Tiering filters. The filters determine the subset of objects to which the rule applies.
Fields
prefix: Option<String>An object key name prefix that identifies the subset of objects to which the configuration applies.
All of these tags must exist in the object's tag set in order for the configuration to apply.
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 IntelligentTieringAndOperator
impl Sync for IntelligentTieringAndOperator
impl Unpin for IntelligentTieringAndOperator
impl UnwindSafe for IntelligentTieringAndOperator
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