class
Amazonite::Ssm::ListCommandsResult
- Amazonite::Ssm::ListCommandsResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/list_commands_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(commands : Array(Command) | Nil = nil, next_token : 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. -
#commands : Array(Command) | Nil
(Optional) The list of commands requested by the user.
-
#commands=(commands : Array(Command) | Nil)
(Optional) The list of commands requested by the user.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
(Optional) The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
(Optional) The token for the next set of items to return.
- #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?.
(Optional) The list of commands requested by the user.
(Optional) The list of commands requested by the user.
def next_token : String | Nil
#
(Optional) The token for the next set of items to return. (You received this token from a previous call.)
def next_token=(next_token : String | Nil)
#
(Optional) The token for the next set of items to return. (You received this token from a previous call.)