Class: Aws::SSM::Types::LabelParameterVersionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::LabelParameterVersionResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invalid_labels ⇒ Array<String>
The label doesn’t meet the requirements.
-
#parameter_version ⇒ Integer
The version of the parameter that has been labeled.
Instance Attribute Details
#invalid_labels ⇒ Array<String>
The label doesn’t meet the requirements. For information about parameter label requirements, see [Working with parameter labels] in the *Amazon Web Services Systems Manager User Guide*.
[1]: docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html
11220 11221 11222 11223 11224 11225 |
# File 'lib/aws-sdk-ssm/types.rb', line 11220 class LabelParameterVersionResult < Struct.new( :invalid_labels, :parameter_version) SENSITIVE = [] include Aws::Structure end |
#parameter_version ⇒ Integer
The version of the parameter that has been labeled.
11220 11221 11222 11223 11224 11225 |
# File 'lib/aws-sdk-ssm/types.rb', line 11220 class LabelParameterVersionResult < Struct.new( :invalid_labels, :parameter_version) SENSITIVE = [] include Aws::Structure end |