Class: Aws::SSM::Types::LabelParameterVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::LabelParameterVersionRequest
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#labels ⇒ Array<String>
One or more labels to attach to the specified parameter version.
-
#name ⇒ String
The parameter name on which you want to attach one or more labels.
-
#parameter_version ⇒ Integer
The specific version of the parameter on which you want to attach one or more labels.
Instance Attribute Details
#labels ⇒ Array<String>
One or more labels to attach to the specified parameter version.
11703 11704 11705 11706 11707 11708 11709 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11703 class LabelParameterVersionRequest < Struct.new( :name, :parameter_version, :labels) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The parameter name on which you want to attach one or more labels.
11703 11704 11705 11706 11707 11708 11709 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11703 class LabelParameterVersionRequest < Struct.new( :name, :parameter_version, :labels) SENSITIVE = [] include Aws::Structure end |
#parameter_version ⇒ Integer
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.
11703 11704 11705 11706 11707 11708 11709 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11703 class LabelParameterVersionRequest < Struct.new( :name, :parameter_version, :labels) SENSITIVE = [] include Aws::Structure end |