Class: Aws::SSM::Types::PutParameterResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#tierString

The tier assigned to the parameter.

Returns:

  • (String)


13317
13318
13319
13320
13321
# File 'lib/aws-sdk-ssm/types.rb', line 13317

class PutParameterResult < Struct.new(
  :version,
  :tier)
  include Aws::Structure
end

#versionInteger

The new version number of a parameter. If you edit a parameter value, Parameter Store automatically creates a new version and assigns this new version a unique ID. You can reference a parameter version ID in API actions or in Systems Manager documents (SSM documents). By default, if you don’t specify a specific version, the system returns the latest parameter value when a parameter is called.

Returns:

  • (Integer)


13317
13318
13319
13320
13321
# File 'lib/aws-sdk-ssm/types.rb', line 13317

class PutParameterResult < Struct.new(
  :version,
  :tier)
  include Aws::Structure
end