Class: Aws::Types::DeleteInventoryResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_id::String

Returns the value of attribute deletion_id.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def deletion_id
  @deletion_id
end

#deletion_summaryTypes::InventoryDeletionSummary

Returns the value of attribute deletion_summary.



890
891
892
# File 'sig/types.rbs', line 890

def deletion_summary
  @deletion_summary
end

#type_name::String

Returns the value of attribute type_name.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def type_name
  @type_name
end