Struct aws_sdk_route53resolver::model::tag::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Tag
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
.
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
.
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.
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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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