Class: Aws::Types::PutInventoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutInventoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#items ⇒ ::Array[Types::InventoryItem]
Returns the value of attribute items.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
3700 3701 3702 |
# File 'sig/types.rbs', line 3700 def instance_id @instance_id end |
#items ⇒ ::Array[Types::InventoryItem]
Returns the value of attribute items.
3701 3702 3703 |
# File 'sig/types.rbs', line 3701 def items @items end |