class Amazonite::SsmV1::ListCommandsRequest

Included Modules

Defined in:

ssm_v1/list_commands_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(command_id : String | Nil = nil, instance_id : String | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil, filters : Array(CommandFilter) | Nil = nil) #

[View source]

Instance Method Detail

def command_id : String | Nil #

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

[View source]
def filters : Array(CommandFilter) | Nil #

[View source]
def filters=(filters : Array(CommandFilter) | Nil) #

[View source]
def instance_id : String | Nil #

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

[View source]
def max_results : Int32 | Nil #

[View source]
def max_results=(max_results : Int32 | Nil) #

[View source]
def next_token : String | Nil #

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

[View source]