Struct aws_sdk_fsx::model::tag::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for Tag
Implementations
A value that specifies the TagKey, the name of the tag. Tag keys must
be unique for the resource to which they are attached.
A value that specifies the TagKey, the name of the tag. Tag keys must
be unique for the resource to which they are attached.
A value that specifies the TagValue, the value assigned to the
corresponding tag key. Tag values can be null and don't have to be unique in a tag set.
For example, you can have a key-value pair in a tag set of finances : April
and also of payroll : April.
A value that specifies the TagValue, the value assigned to the
corresponding tag key. Tag values can be null and don't have to be unique in a tag set.
For example, you can have a key-value pair in a tag set of finances : April
and also of payroll : April.
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