class Amazonite::SsmV1::GetInventoryResult

Included Modules

Defined in:

ssm_v1/get_inventory_result.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def entities : Array(InventoryResultEntity) | Nil #

[View source]
def entities=(entities : Array(InventoryResultEntity) | Nil) #

[View source]
def next_token : String | Nil #

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

[View source]