Class: Aws::Types::InventoryDeletionSummaryItem
- Inherits:
-
Object
- Object
- Aws::Types::InventoryDeletionSummaryItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#remaining_count ⇒ ::Integer
Returns the value of attribute remaining_count.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
2631 2632 2633 |
# File 'sig/types.rbs', line 2631 def count @count end |
#remaining_count ⇒ ::Integer
Returns the value of attribute remaining_count.
2632 2633 2634 |
# File 'sig/types.rbs', line 2632 def remaining_count @remaining_count end |
#version ⇒ ::String
Returns the value of attribute version.
2630 2631 2632 |
# File 'sig/types.rbs', line 2630 def version @version end |