Struct aws_sdk_ec2::model::RequestIpamResourceTag [−][src]
#[non_exhaustive]pub struct RequestIpamResourceTag {
pub key: Option<String>,
pub value: Option<String>,
}
Expand description
A tag on an IPAM resource.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.key: Option<String>
The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.
value: Option<String>
The value for the tag.
Implementations
Creates a new builder-style object to manufacture RequestIpamResourceTag
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 RequestIpamResourceTag
impl Send for RequestIpamResourceTag
impl Sync for RequestIpamResourceTag
impl Unpin for RequestIpamResourceTag
impl UnwindSafe for RequestIpamResourceTag
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