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

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

#tierString

The tier assigned to the parameter.

Returns:

  • (String)


15439
15440
15441
15442
15443
15444
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15439

class PutParameterResult < Struct.new(
  :version,
  :tier)
  SENSITIVE = []
  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 operations 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)


15439
15440
15441
15442
15443
15444
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15439

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