Struct aws_sdk_macie2::model::TagValuePair
source · #[non_exhaustive]pub struct TagValuePair { /* private fields */ }
Expand description
Specifies a tag key or tag key and value pair to use in a tag-based condition that determines whether an S3 object 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.
Implementations§
source§impl TagValuePair
impl TagValuePair
source§impl TagValuePair
impl TagValuePair
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TagValuePair
.
Trait Implementations§
source§impl Clone for TagValuePair
impl Clone for TagValuePair
source§fn clone(&self) -> TagValuePair
fn clone(&self) -> TagValuePair
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TagValuePair
impl Debug for TagValuePair
source§impl PartialEq<TagValuePair> for TagValuePair
impl PartialEq<TagValuePair> for TagValuePair
source§fn eq(&self, other: &TagValuePair) -> bool
fn eq(&self, other: &TagValuePair) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.