class Amazonite::SsmV1::ListInventoryEntriesResult

Included Modules

Defined in:

ssm_v1/list_inventory_entries_result.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(type_name : String | Nil = nil, instance_id : String | Nil = nil, schema_version : String | Nil = nil, capture_time : String | Nil = nil, entries : Array(Hash(String, String)) | Nil = nil, next_token : String | Nil = nil) #

[View source]

Instance Method Detail

def capture_time : String | Nil #

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

[View source]
def entries : Array(Hash(String, String)) | Nil #

[View source]
def entries=(entries : Array(Hash(String, String)) | Nil) #

[View source]
def instance_id : String | Nil #

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

[View source]
def next_token : String | Nil #

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

[View source]
def schema_version : String | Nil #

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

[View source]
def type_name : String | Nil #

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

[View source]