Struct aws_sdk_opensearch::model::tag::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Tag
Implementations
The TagKey
, the name of the tag. Tag keys must be unique for the domain to
which they are attached.
The TagKey
, the name of the tag. Tag keys must be unique for the domain to
which they are attached.
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 project : Trinity
and
cost-center : Trinity
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 project : Trinity
and
cost-center : Trinity
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