Class: Aws::Types::InventoryDeletionSummary
- Inherits:
-
Object
- Object
- Aws::Types::InventoryDeletionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#remaining_count ⇒ ::Integer
Returns the value of attribute remaining_count.
-
#summary_items ⇒ ::Array[Types::InventoryDeletionSummaryItem]
Returns the value of attribute summary_items.
-
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
Instance Attribute Details
#remaining_count ⇒ ::Integer
Returns the value of attribute remaining_count.
2624 2625 2626 |
# File 'sig/types.rbs', line 2624 def remaining_count @remaining_count end |
#summary_items ⇒ ::Array[Types::InventoryDeletionSummaryItem]
Returns the value of attribute summary_items.
2625 2626 2627 |
# File 'sig/types.rbs', line 2625 def summary_items @summary_items end |
#total_count ⇒ ::Integer
Returns the value of attribute total_count.
2623 2624 2625 |
# File 'sig/types.rbs', line 2623 def total_count @total_count end |