You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#tierString

The tier assigned to the parameter.

Possible values:

  • Standard
  • Advanced
  • Intelligent-Tiering

Returns:

  • (String)

    The tier assigned to the parameter.

#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)

    The new version number of a parameter.