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§
source§impl IpamResourceTag
impl IpamResourceTag
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IpamResourceTag
.
Trait Implementations§
source§impl Clone for IpamResourceTag
impl Clone for IpamResourceTag
source§fn clone(&self) -> IpamResourceTag
fn clone(&self) -> IpamResourceTag
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 IpamResourceTag
impl Debug for IpamResourceTag
source§impl PartialEq<IpamResourceTag> for IpamResourceTag
impl PartialEq<IpamResourceTag> for IpamResourceTag
source§fn eq(&self, other: &IpamResourceTag) -> bool
fn eq(&self, other: &IpamResourceTag) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.