class
Amazonite::Ssm::SendCommandResult
- Amazonite::Ssm::SendCommandResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/send_command_result.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#command : Command | Nil
The request as it was received by Systems Manager.
-
#command=(command : Command | Nil)
The request as it was received by Systems Manager.
-
#hash(hasher)
See
Object#hash(hasher) - #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?.
The request as it was received by Systems Manager. Also provides the command ID which can be used future references to this request.
The request as it was received by Systems Manager. Also provides the command ID which can be used future references to this request.