class Amazonite::Ssm::ListInventoryEntriesResult

Included Modules

Defined in:

ssm/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]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def capture_time : String | Nil #

The time that inventory information was collected for the managed nodes.


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

The time that inventory information was collected for the managed nodes.


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

A list of inventory items on the managed nodes.


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

A list of inventory items on the managed nodes.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def instance_id : String | Nil #

The managed node ID targeted by the request to query inventory information.


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

The managed node ID targeted by the request to query inventory information.


[View source]
def next_token : String | Nil #

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.


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

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.


[View source]
def schema_version : String | Nil #

The inventory schema version used by the managed nodes.


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

The inventory schema version used by the managed nodes.


[View source]
def type_name : String | Nil #

The type of inventory item returned by the request.


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

The type of inventory item returned by the request.


[View source]
def validate! : Nil #

[View source]