Struct aws_sdk_ssm::input::label_parameter_version_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for LabelParameterVersionInput
Implementations
The parameter name on which you want to attach one or more labels.
The parameter name on which you want to attach one or more labels.
The specific version of the parameter on which you want to attach one or more labels. If no version is specified, the system attaches the label to the latest version.
The specific version of the parameter on which you want to attach one or more labels. If no version is specified, the system attaches the label to the latest version.
Appends an item to labels
.
To override the contents of this collection use set_labels
.
One or more labels to attach to the specified parameter version.
One or more labels to attach to the specified parameter version.
Consumes the builder and constructs a LabelParameterVersionInput
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