Class: Aws::SSM::Types::LabelParameterVersionResult

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 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.

Returns:

  • (Array<String>)


11184
11185
11186
11187
11188
11189
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11184

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

#parameter_versionInteger

The version of the parameter that has been labeled.

Returns:

  • (Integer)


11184
11185
11186
11187
11188
11189
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11184

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