class
Amazonite::Ssm::UnlabelParameterVersionResult
- Amazonite::Ssm::UnlabelParameterVersionResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/unlabel_parameter_version_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(removed_labels : Array(String) | Nil = nil, invalid_labels : Array(String) | 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 labels that aren't attached to the given parameter version.
-
#invalid_labels=(invalid_labels : Array(String) | Nil)
The labels that aren't attached to the given parameter version.
-
#removed_labels : Array(String) | Nil
A list of all labels deleted from the parameter.
-
#removed_labels=(removed_labels : Array(String) | Nil)
A list of all labels deleted from the parameter.
- #validate! : Nil
Constructor Detail
def self.new(removed_labels : Array(String) | Nil = nil, invalid_labels : Array(String) | Nil = nil)
#
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 labels that aren't attached to the given parameter version.
def invalid_labels=(invalid_labels : Array(String) | Nil)
#
The labels that aren't attached to the given parameter version.
def removed_labels=(removed_labels : Array(String) | Nil)
#
A list of all labels deleted from the parameter.