class
Amazonite::Ssm::Parameter
- Amazonite::Ssm::Parameter
- Reference
- Object
Overview
An Amazon Web Services Systems Manager parameter in Parameter Store.
Included Modules
- JSON::Serializable
Defined in:
ssm/parameter.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String | Nil = nil, type : ParameterType | Nil = nil, value : String | Nil = nil, version : Int64 | Nil = nil, selector : String | Nil = nil, source_result : String | Nil = nil, last_modified_date : Time | Nil = nil, arn : String | Nil = nil, data_type : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String | Nil
The Amazon Resource Name (ARN) of the parameter.
-
#arn=(arn : String | Nil)
The Amazon Resource Name (ARN) of the parameter.
-
#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. -
#hash(hasher)
See
Object#hash(hasher) -
#last_modified_date : Time | Nil
Date the parameter was last changed or updated and the parameter version was created.
-
#last_modified_date=(last_modified_date : Time | Nil)
Date the parameter was last changed or updated and the parameter version was created.
-
#name : String | Nil
The name of the parameter.
-
#name=(name : String | Nil)
The name of the parameter.
-
#selector : String | Nil
Either the version number or the label used to retrieve the parameter value.
-
#selector=(selector : String | Nil)
Either the version number or the label used to retrieve the parameter value.
-
#source_result : String | Nil
Applies to parameters that reference information in other Amazon Web Services services.
-
#source_result=(source_result : String | Nil)
Applies to parameters that reference information in other Amazon Web Services services.
-
#type : ParameterType | Nil
The type of parameter.
-
#type=(type : ParameterType | Nil)
The type of parameter.
- #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?.
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.
Date the parameter was last changed or updated and the parameter version was created.
Date the parameter was last changed or updated and the parameter version was created.
Either the version number or the label used to retrieve the parameter value. Specify selectors by using one of the following formats:
parameter_name:version
parameter_name:label
Either the version number or the label used to retrieve the parameter value. Specify selectors by using one of the following formats:
parameter_name:version
parameter_name:label
Applies to parameters that reference information in other Amazon Web Services services.
SourceResult is the raw result or response from the source.
Applies to parameters that reference information in other Amazon Web Services services.
SourceResult is the raw result or response from the source.
The type of parameter. Valid values include the following: String, StringList, and
SecureString.
If type is StringList, the system returns a comma-separated string with no spaces between
commas in the Value field.
The type of parameter. Valid values include the following: String, StringList, and
SecureString.
If type is StringList, the system returns a comma-separated string with no spaces between
commas in the Value field.
The parameter value.
If type is StringList, the system returns a comma-separated string with no spaces between
commas in the Value field.
The parameter value.
If type is StringList, the system returns a comma-separated string with no spaces between
commas in the Value field.