Class: Aws::Types::InventoryResultEntity
- Inherits:
-
Object
- Object
- Aws::Types::InventoryResultEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data ⇒ ::Hash[::String, Types::InventoryResultItem]
Returns the value of attribute data.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#data ⇒ ::Hash[::String, Types::InventoryResultItem]
Returns the value of attribute data.
2675 2676 2677 |
# File 'sig/types.rbs', line 2675 def data @data end |
#id ⇒ ::String
Returns the value of attribute id.
2674 2675 2676 |
# File 'sig/types.rbs', line 2674 def id @id end |