Class: Aws::SSM::Types::UnlabelParameterVersionRequest

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

#labelsArray<String>

One or more labels to delete from the specified parameter version.

Returns:

  • (Array<String>)


17906
17907
17908
17909
17910
17911
17912
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17906

class UnlabelParameterVersionRequest < Struct.new(
  :name,
  :parameter_version,
  :labels)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the parameter from which you want to delete one or more labels.

You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.

Returns:

  • (String)


17906
17907
17908
17909
17910
17911
17912
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17906

class UnlabelParameterVersionRequest < Struct.new(
  :name,
  :parameter_version,
  :labels)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_versionInteger

The specific version of the parameter which you want to delete one or more labels from. If it isn't present, the call will fail.

Returns:

  • (Integer)


17906
17907
17908
17909
17910
17911
17912
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17906

class UnlabelParameterVersionRequest < Struct.new(
  :name,
  :parameter_version,
  :labels)
  SENSITIVE = []
  include Aws::Structure
end