class
Amazonite::Ssm::InventoryResultEntity
- Amazonite::Ssm::InventoryResultEntity
- Reference
- Object
Overview
Inventory query results.
Included Modules
- JSON::Serializable
Defined in:
ssm/inventory_result_entity.crConstructors
- .new(pull : JSON::PullParser)
- .new(id : String | Nil = nil, data : Hash(String, InventoryResultItem) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#data : Hash(String, InventoryResultItem) | Nil
The data section in the inventory result entity JSON.
-
#data=(data : Hash(String, InventoryResultItem) | Nil)
The data section in the inventory result entity JSON.
-
#hash(hasher)
See
Object#hash(hasher) -
#id : String | Nil
ID of the inventory result entity.
-
#id=(id : String | Nil)
ID of the inventory result entity.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The data section in the inventory result entity JSON.
The data section in the inventory result entity JSON.
ID of the inventory result entity. For example, for managed node inventory the result will be the managed node ID. For EC2 instance inventory, the result will be the instance ID.
ID of the inventory result entity. For example, for managed node inventory the result will be the managed node ID. For EC2 instance inventory, the result will be the instance ID.