Struct aws_sdk_appmesh::model::TagRef
source · [−]Expand description
Optional metadata that you apply to a resource to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
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>One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.
value: Option<String>The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).
Implementations
One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TagRef
impl UnwindSafe for TagRef
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