Struct aws_sdk_ssm::output::LabelParameterVersionOutput
source · [−]#[non_exhaustive]pub struct LabelParameterVersionOutput {
pub invalid_labels: Option<Vec<String>>,
pub parameter_version: i64,
}
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.invalid_labels: Option<Vec<String>>
The label doesn't meet the requirements. For information about parameter label requirements, see Labeling parameters in the Amazon Web Services Systems Manager User Guide.
parameter_version: i64
The version of the parameter that has been labeled.
Implementations
The label doesn't meet the requirements. For information about parameter label requirements, see Labeling parameters in the Amazon Web Services Systems Manager User Guide.
The version of the parameter that has been labeled.
Creates a new builder-style object to manufacture LabelParameterVersionOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for LabelParameterVersionOutput
impl Send for LabelParameterVersionOutput
impl Sync for LabelParameterVersionOutput
impl Unpin for LabelParameterVersionOutput
impl UnwindSafe for LabelParameterVersionOutput
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