Struct aws_sdk_ec2::model::IpamResourceTag
source · [−]#[non_exhaustive]pub struct IpamResourceTag { /* private fields */ }
Expand description
The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner
and the value TeamA
, specify tag:Owner
for the filter name and TeamA
for the filter value.
Implementations
sourceimpl IpamResourceTag
impl IpamResourceTag
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IpamResourceTag
.
Trait Implementations
sourceimpl Clone for IpamResourceTag
impl Clone for IpamResourceTag
sourcefn clone(&self) -> IpamResourceTag
fn clone(&self) -> IpamResourceTag
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 IpamResourceTag
impl Debug for IpamResourceTag
sourceimpl PartialEq<IpamResourceTag> for IpamResourceTag
impl PartialEq<IpamResourceTag> for IpamResourceTag
sourcefn eq(&self, other: &IpamResourceTag) -> bool
fn eq(&self, other: &IpamResourceTag) -> bool
impl StructuralPartialEq for IpamResourceTag
Auto Trait Implementations
impl RefUnwindSafe for IpamResourceTag
impl Send for IpamResourceTag
impl Sync for IpamResourceTag
impl Unpin for IpamResourceTag
impl UnwindSafe for IpamResourceTag
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