class
Amazonite::Ssm::DeleteParametersResult
- Amazonite::Ssm::DeleteParametersResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/delete_parameters_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(deleted_parameters : Array(String) | Nil = nil, invalid_parameters : Array(String) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#deleted_parameters : Array(String) | Nil
The names of the deleted parameters.
-
#deleted_parameters=(deleted_parameters : Array(String) | Nil)
The names of the deleted parameters.
-
#hash(hasher)
See
Object#hash(hasher) -
#invalid_parameters : Array(String) | Nil
The names of parameters that weren't deleted because the parameters aren't valid.
-
#invalid_parameters=(invalid_parameters : Array(String) | Nil)
The names of parameters that weren't deleted because the parameters aren't valid.
- #validate! : Nil
Constructor Detail
def self.new(deleted_parameters : Array(String) | Nil = nil, invalid_parameters : 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 deleted_parameters=(deleted_parameters : Array(String) | Nil)
#
The names of the deleted parameters.
def invalid_parameters : Array(String) | Nil
#
The names of parameters that weren't deleted because the parameters aren't valid.
def invalid_parameters=(invalid_parameters : Array(String) | Nil)
#
The names of parameters that weren't deleted because the parameters aren't valid.