class Amazonite::SsmV1::ListCommandInvocationsResult
- Amazonite::SsmV1::ListCommandInvocationsResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/list_command_invocations_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(command_invocations : Array(CommandInvocation) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
- #command_invocations : Array(CommandInvocation) | Nil
- #command_invocations=(command_invocations : Array(CommandInvocation) | Nil)
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
Constructor Detail
def self.new(command_invocations : Array(CommandInvocation) | Nil = nil, next_token : String | Nil = nil)
#