Struct aws_sdk_xray::model::tag::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Tag
Implementations
A tag key, such as Stage
or Name
. A tag key cannot be empty. The
key can be a maximum of 128 characters, and can contain only Unicode letters, numbers, or separators,
or the following special characters: + - = . _ : /
A tag key, such as Stage
or Name
. A tag key cannot be empty. The
key can be a maximum of 128 characters, and can contain only Unicode letters, numbers, or separators,
or the following special characters: + - = . _ : /
An optional tag value, such as Production
or test-only
. The value can be
a maximum of 255 characters, and contain only Unicode letters, numbers, or separators, or the following
special characters: + - = . _ : /
An optional tag value, such as Production
or test-only
. The value can be
a maximum of 255 characters, and contain only Unicode letters, numbers, or separators, or the following
special 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