Struct aws_sdk_ec2::model::tag::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Tag
Implementations
The key of the tag.
Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters.
May not begin with aws:
.
The key of the tag.
Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters.
May not begin with aws:
.
The value of the tag.
Constraints: Tag values are case-sensitive and accept a maximum of 255 Unicode characters.
The value of the tag.
Constraints: Tag values are case-sensitive and accept a maximum of 255 Unicode characters.
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