Class: Aws::Types::InventoryDeletionStatusItem
- Inherits:
-
Object
- Object
- Aws::Types::InventoryDeletionStatusItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletion_id ⇒ ::String
Returns the value of attribute deletion_id.
-
#deletion_start_time ⇒ ::Time
Returns the value of attribute deletion_start_time.
-
#deletion_summary ⇒ Types::InventoryDeletionSummary
Returns the value of attribute deletion_summary.
-
#last_status ⇒ "InProgress", "Complete"
Returns the value of attribute last_status.
-
#last_status_message ⇒ ::String
Returns the value of attribute last_status_message.
-
#last_status_update_time ⇒ ::Time
Returns the value of attribute last_status_update_time.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#deletion_id ⇒ ::String
Returns the value of attribute deletion_id.
2612 2613 2614 |
# File 'sig/types.rbs', line 2612 def deletion_id @deletion_id end |
#deletion_start_time ⇒ ::Time
Returns the value of attribute deletion_start_time.
2614 2615 2616 |
# File 'sig/types.rbs', line 2614 def deletion_start_time @deletion_start_time end |
#deletion_summary ⇒ Types::InventoryDeletionSummary
Returns the value of attribute deletion_summary.
2617 2618 2619 |
# File 'sig/types.rbs', line 2617 def deletion_summary @deletion_summary end |
#last_status ⇒ "InProgress", "Complete"
Returns the value of attribute last_status.
2615 2616 2617 |
# File 'sig/types.rbs', line 2615 def last_status @last_status end |
#last_status_message ⇒ ::String
Returns the value of attribute last_status_message.
2616 2617 2618 |
# File 'sig/types.rbs', line 2616 def end |
#last_status_update_time ⇒ ::Time
Returns the value of attribute last_status_update_time.
2618 2619 2620 |
# File 'sig/types.rbs', line 2618 def last_status_update_time @last_status_update_time end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
2613 2614 2615 |
# File 'sig/types.rbs', line 2613 def type_name @type_name end |