class
Amazonite::Ssm::ParameterHistory
- Amazonite::Ssm::ParameterHistory
- Reference
- Object
Overview
Information about parameter usage.
Included Modules
- JSON::Serializable
Defined in:
ssm/parameter_history.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String | Nil = nil, type : ParameterType | Nil = nil, key_id : String | Nil = nil, last_modified_date : Time | Nil = nil, last_modified_user : String | Nil = nil, description : String | Nil = nil, value : String | Nil = nil, allowed_pattern : String | Nil = nil, version : Int64 | Nil = nil, labels : Array(String) | Nil = nil, tier : ParameterTier | Nil = nil, policies : Array(ParameterInlinePolicy) | Nil = nil, data_type : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#allowed_pattern : String | Nil
Parameter names can include the following letters and symbols.
-
#allowed_pattern=(allowed_pattern : String | Nil)
Parameter names can include the following letters and symbols.
-
#data_type : String | Nil
The data type of the parameter, such as
textoraws:ec2:image. -
#data_type=(data_type : String | Nil)
The data type of the parameter, such as
textoraws:ec2:image. -
#description : String | Nil
Information about the parameter.
-
#description=(description : String | Nil)
Information about the parameter.
-
#hash(hasher)
See
Object#hash(hasher) -
#key_id : String | Nil
The alias of the Key Management Service (KMS) key used to encrypt the parameter.
-
#key_id=(key_id : String | Nil)
The alias of the Key Management Service (KMS) key used to encrypt the parameter.
-
#labels : Array(String) | Nil
Labels assigned to the parameter version.
-
#labels=(labels : Array(String) | Nil)
Labels assigned to the parameter version.
-
#last_modified_date : Time | Nil
Date the parameter was last changed or updated.
-
#last_modified_date=(last_modified_date : Time | Nil)
Date the parameter was last changed or updated.
-
#last_modified_user : String | Nil
Amazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter.
-
#last_modified_user=(last_modified_user : String | Nil)
Amazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter.
-
#name : String | Nil
The name of the parameter.
-
#name=(name : String | Nil)
The name of the parameter.
-
#policies : Array(ParameterInlinePolicy) | Nil
Information about the policies assigned to a parameter.
-
#policies=(policies : Array(ParameterInlinePolicy) | Nil)
Information about the policies assigned to a parameter.
-
#tier : ParameterTier | Nil
The parameter tier.
-
#tier=(tier : ParameterTier | Nil)
The parameter tier.
-
#type : ParameterType | Nil
The type of parameter used.
-
#type=(type : ParameterType | Nil)
The type of parameter used.
- #validate! : Nil
-
#value : String | Nil
The parameter value.
-
#value=(value : String | Nil)
The parameter value.
-
#version : Int64 | Nil
The parameter version.
-
#version=(version : Int64 | Nil)
The parameter version.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Parameter names can include the following letters and symbols.
a-zA-Z0-9_.-
Parameter names can include the following letters and symbols.
a-zA-Z0-9_.-
The data type of the parameter, such as text or aws:ec2:image. The default is text.
The data type of the parameter, such as text or aws:ec2:image. The default is text.
The alias of the Key Management Service (KMS) key used to encrypt the parameter. Applies to
SecureString parameters only
The alias of the Key Management Service (KMS) key used to encrypt the parameter. Applies to
SecureString parameters only
Date the parameter was last changed or updated.
Amazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter.
Amazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter.
Information about the policies assigned to a parameter.
Assigning parameter policies in the Amazon Web Services Systems Manager User Guide.
Information about the policies assigned to a parameter.
Assigning parameter policies in the Amazon Web Services Systems Manager User Guide.