Class: Aws::Types::DeleteInventoryResult
- Inherits:
-
Object
- Object
- Aws::Types::DeleteInventoryResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletion_id ⇒ ::String
Returns the value of attribute deletion_id.
-
#deletion_summary ⇒ Types::InventoryDeletionSummary
Returns the value of attribute deletion_summary.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#deletion_id ⇒ ::String
Returns the value of attribute deletion_id.
888 889 890 |
# File 'sig/types.rbs', line 888 def deletion_id @deletion_id end |
#deletion_summary ⇒ Types::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.
889 890 891 |
# File 'sig/types.rbs', line 889 def type_name @type_name end |