Class: Aws::Types::InventoryDeletionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#remaining_count::Integer

Returns the value of attribute remaining_count.

Returns:



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.

Returns:



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.

Returns:



2623
2624
2625
# File 'sig/types.rbs', line 2623

def total_count
  @total_count
end