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
sourceimpl TagValuePair
impl TagValuePair
sourceimpl TagValuePair
impl TagValuePair
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TagValuePair
.
Trait Implementations
sourceimpl Clone for TagValuePair
impl Clone for TagValuePair
sourcefn clone(&self) -> TagValuePair
fn clone(&self) -> TagValuePair
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TagValuePair
impl Debug for TagValuePair
sourceimpl PartialEq<TagValuePair> for TagValuePair
impl PartialEq<TagValuePair> for TagValuePair
sourcefn eq(&self, other: &TagValuePair) -> bool
fn eq(&self, other: &TagValuePair) -> bool
impl StructuralPartialEq for TagValuePair
Auto Trait Implementations
impl RefUnwindSafe for TagValuePair
impl Send for TagValuePair
impl Sync for TagValuePair
impl Unpin for TagValuePair
impl UnwindSafe for TagValuePair
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more