class
Amazonite::Ssm::LabelParameterVersionResult
- Amazonite::Ssm::LabelParameterVersionResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/label_parameter_version_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(invalid_labels : Array(String) | Nil = nil, parameter_version : Int64 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#invalid_labels : Array(String) | Nil
The label doesn't meet the requirements.
-
#invalid_labels=(invalid_labels : Array(String) | Nil)
The label doesn't meet the requirements.
-
#parameter_version : Int64 | Nil
The version of the parameter that has been labeled.
-
#parameter_version=(parameter_version : Int64 | Nil)
The version of the parameter that has been labeled.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def invalid_labels : Array(String) | Nil
#
The label doesn't meet the requirements. For information about parameter label requirements, see Working with parameter labels in the Amazon Web Services Systems Manager User Guide.
def invalid_labels=(invalid_labels : Array(String) | Nil)
#
The label doesn't meet the requirements. For information about parameter label requirements, see Working with parameter labels in the Amazon Web Services Systems Manager User Guide.
def parameter_version=(parameter_version : Int64 | Nil)
#
The version of the parameter that has been labeled.