Class: Aws::Types::DescribeInventoryDeletionsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInventoryDeletionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inventory_deletions ⇒ ::Array[Types::InventoryDeletionStatusItem]
Returns the value of attribute inventory_deletions.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#inventory_deletions ⇒ ::Array[Types::InventoryDeletionStatusItem]
Returns the value of attribute inventory_deletions.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def inventory_deletions @inventory_deletions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def next_token @next_token end |