class Amazonite::Ssm::PutInventoryRequest

Included Modules

Defined in:

ssm/put_inventory_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(instance_id : String, items : Array(InventoryItem)) #

[View source]
def self.new(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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def instance_id : String #

An managed node ID where you want to add or update inventory items.


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

An managed node ID where you want to add or update inventory items.


[View source]
def items : Array(InventoryItem) #

The inventory items that you want to add or update on managed nodes.


[View source]
def items=(items : Array(InventoryItem)) #

The inventory items that you want to add or update on managed nodes.


[View source]
def validate! : Nil #

[View source]