class
Amazonite::Ssm::PutInventoryRequest
- Amazonite::Ssm::PutInventoryRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/put_inventory_request.crConstructors
- .new(instance_id : String, items : Array(InventoryItem))
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#instance_id : String
An managed node ID where you want to add or update inventory items.
-
#instance_id=(instance_id : String)
An managed node ID where you want to add or update inventory items.
-
#items : Array(InventoryItem)
The inventory items that you want to add or update on managed nodes.
-
#items=(items : Array(InventoryItem))
The inventory items that you want to add or update on managed nodes.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def instance_id=(instance_id : String)
#
An managed node ID where you want to add or update inventory items.
def items : Array(InventoryItem)
#
The inventory items that you want to add or update on managed nodes.
def items=(items : Array(InventoryItem))
#
The inventory items that you want to add or update on managed nodes.