class
Amazonite::Ssm::InventoryDeletionStatusItem
- Amazonite::Ssm::InventoryDeletionStatusItem
- Reference
- Object
Overview
Status information returned by the DeleteInventory operation.
Included Modules
- JSON::Serializable
Defined in:
ssm/inventory_deletion_status_item.crConstructors
- .new(pull : JSON::PullParser)
- .new(deletion_id : String | Nil = nil, type_name : String | Nil = nil, deletion_start_time : Time | Nil = nil, last_status : InventoryDeletionStatus | Nil = nil, last_status_message : String | Nil = nil, deletion_summary : InventoryDeletionSummary | Nil = nil, last_status_update_time : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#deletion_id : String | Nil
The deletion ID returned by the
DeleteInventoryoperation. -
#deletion_id=(deletion_id : String | Nil)
The deletion ID returned by the
DeleteInventoryoperation. -
#deletion_start_time : Time | Nil
The UTC timestamp when the delete operation started.
-
#deletion_start_time=(deletion_start_time : Time | Nil)
The UTC timestamp when the delete operation started.
-
#deletion_summary : InventoryDeletionSummary | Nil
Information about the delete operation.
-
#deletion_summary=(deletion_summary : InventoryDeletionSummary | Nil)
Information about the delete operation.
-
#hash(hasher)
See
Object#hash(hasher) -
#last_status : InventoryDeletionStatus | Nil
The status of the operation.
-
#last_status=(last_status : InventoryDeletionStatus | Nil)
The status of the operation.
-
#last_status_message : String | Nil
Information about the status.
-
#last_status_message=(last_status_message : String | Nil)
Information about the status.
-
#last_status_update_time : Time | Nil
The UTC timestamp of when the last status report.
-
#last_status_update_time=(last_status_update_time : Time | Nil)
The UTC timestamp of when the last status report.
-
#type_name : String | Nil
The name of the inventory data type.
-
#type_name=(type_name : String | Nil)
The name of the inventory data type.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The deletion ID returned by the DeleteInventory operation.
The UTC timestamp when the delete operation started.
Information about the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User Guide.
Information about the delete operation. For more information about this summary, see Understanding the delete inventory summary in the Amazon Web Services Systems Manager User Guide.
The status of the operation. Possible values are InProgress and Complete.
The status of the operation. Possible values are InProgress and Complete.
The UTC timestamp of when the last status report.