Class: Aws::Types::InventoryDeletionSummaryItem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns the value of attribute count.

Returns:



2631
2632
2633
# File 'sig/types.rbs', line 2631

def count
  @count
end

#remaining_count::Integer

Returns the value of attribute remaining_count.

Returns:



2632
2633
2634
# File 'sig/types.rbs', line 2632

def remaining_count
  @remaining_count
end

#version::String

Returns the value of attribute version.

Returns:



2630
2631
2632
# File 'sig/types.rbs', line 2630

def version
  @version
end