class Amazonite::Ssm::PutParameterResult

Included Modules

Defined in:

ssm/put_parameter_result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(version : Int64 | Nil = nil, tier : ParameterTier | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def tier : ParameterTier | Nil #

The tier assigned to the parameter.


[View source]
def tier=(tier : ParameterTier | Nil) #

The tier assigned to the parameter.


[View source]
def validate! : Nil #

[View source]
def version : Int64 | Nil #

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.


[View source]
def version=(version : Int64 | Nil) #

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.


[View source]