Struct aws_sdk_macie2::model::TagCriterionPairForJob [−][src]
#[non_exhaustive]pub struct TagCriterionPairForJob {
pub key: Option<String>,
pub value: Option<String>,
}
Expand description
Specifies a tag key, a tag value, or a tag key and value (as a pair) to use in a tag-based condition that determines whether an S3 bucket is included or excluded from a classification job. Tag keys and values are case sensitive. Also, Amazon Macie doesn't support use of partial values or wildcard characters in tag-based conditions.
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.key: Option<String>
The value for the tag key to use in the condition.
value: Option<String>
The tag value to use in the condition.
Implementations
Creates a new builder-style object to manufacture TagCriterionPairForJob
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 TagCriterionPairForJob
impl Send for TagCriterionPairForJob
impl Sync for TagCriterionPairForJob
impl Unpin for TagCriterionPairForJob
impl UnwindSafe for TagCriterionPairForJob
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