Struct aws_sdk_route53resolver::model::Tag [−][src]
Expand description
One tag that you want to add to the specified resource. A tag consists of a Key
(a name for the tag) and a Value
.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.key: Option<String>
The name for the tag. For example, if you want to associate Resolver resources with the account IDs of your customers for billing purposes,
the value of Key
might be account-id
.
value: Option<String>
The value for the tag. For example, if Key
is account-id
, then Value
might be the ID of the
customer account that you're creating the resource for.
Implementations
The name for the tag. For example, if you want to associate Resolver resources with the account IDs of your customers for billing purposes,
the value of Key
might be account-id
.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Tag
impl UnwindSafe for Tag
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