class
Amazonite::Ssm::PutParameterResult
- Amazonite::Ssm::PutParameterResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/put_parameter_result.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#tier : ParameterTier | Nil
The tier assigned to the parameter.
-
#tier=(tier : ParameterTier | Nil)
The tier assigned to the parameter.
- #validate! : Nil
-
#version : Int64 | Nil
The new version number of a parameter.
-
#version=(version : Int64 | Nil)
The new version number of a parameter.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.