Class: Aws::SSM::Types::UnlabelParameterVersionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::UnlabelParameterVersionResult
- 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 labels that aren’t attached to the given parameter version.
-
#removed_labels ⇒ Array<String>
A list of all labels deleted from the parameter.
Instance Attribute Details
#invalid_labels ⇒ Array<String>
The labels that aren’t attached to the given parameter version.
18348 18349 18350 18351 18352 18353 |
# File 'lib/aws-sdk-ssm/types.rb', line 18348 class UnlabelParameterVersionResult < Struct.new( :removed_labels, :invalid_labels) SENSITIVE = [] include Aws::Structure end |
#removed_labels ⇒ Array<String>
A list of all labels deleted from the parameter.
18348 18349 18350 18351 18352 18353 |
# File 'lib/aws-sdk-ssm/types.rb', line 18348 class UnlabelParameterVersionResult < Struct.new( :removed_labels, :invalid_labels) SENSITIVE = [] include Aws::Structure end |