class Amazonite::SsmV1::ListCommandsResult

Included Modules

Defined in:

ssm_v1/list_commands_result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(commands : Array(Command) | Nil = nil, next_token : String | Nil = nil) #

[View source]

Instance Method Detail

def commands : Array(Command) | Nil #

[View source]
def commands=(commands : Array(Command) | Nil) #

[View source]
def next_token : String | Nil #

[View source]
def next_token=(next_token : String | Nil) #

[View source]