class
Amazonite::Ssm::ListCommandInvocationsResult
- Amazonite::Ssm::ListCommandInvocationsResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/list_command_invocations_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(command_invocations : Array(CommandInvocation) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#command_invocations : Array(CommandInvocation) | Nil
(Optional) A list of all invocations.
-
#command_invocations=(command_invocations : Array(CommandInvocation) | Nil)
(Optional) A list of all invocations.
-
#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
def self.new(command_invocations : Array(CommandInvocation) | Nil = nil, next_token : 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 command_invocations=(command_invocations : Array(CommandInvocation) | Nil)
#
(Optional) A list of all invocations.
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.)