Class: Aws::SSM::Types::UnlabelParameterVersionResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invalid_labelsArray<String>

The labels that aren't attached to the given parameter version.

Returns:

  • (Array<String>)


17924
17925
17926
17927
17928
17929
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17924

class UnlabelParameterVersionResult < Struct.new(
  :removed_labels,
  :invalid_labels)
  SENSITIVE = []
  include Aws::Structure
end

#removed_labelsArray<String>

A list of all labels deleted from the parameter.

Returns:

  • (Array<String>)


17924
17925
17926
17927
17928
17929
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17924

class UnlabelParameterVersionResult < Struct.new(
  :removed_labels,
  :invalid_labels)
  SENSITIVE = []
  include Aws::Structure
end