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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#invalid_labelsArray<String>

The label does not meet the requirements. For information about parameter label requirements, see [Labeling Parameters] in the *AWS Systems Manager User Guide*.

[1]: docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html

Returns:

  • (Array<String>)


9764
9765
9766
9767
9768
# File 'lib/aws-sdk-ssm/types.rb', line 9764

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

#parameter_versionInteger

The version of the parameter that has been labeled.

Returns:

  • (Integer)


9764
9765
9766
9767
9768
# File 'lib/aws-sdk-ssm/types.rb', line 9764

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