class
Amazonite::Ssm::DeleteInventoryResult
- Amazonite::Ssm::DeleteInventoryResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/delete_inventory_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(deletion_id : String | Nil = nil, type_name : String | Nil = nil, deletion_summary : InventoryDeletionSummary | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#deletion_id : String | Nil
Every
DeleteInventoryoperation is assigned a unique ID. -
#deletion_id=(deletion_id : String | Nil)
Every
DeleteInventoryoperation is assigned a unique ID. -
#deletion_summary : InventoryDeletionSummary | Nil
A summary of the delete operation.
-
#deletion_summary=(deletion_summary : InventoryDeletionSummary | Nil)
A summary of the delete operation.
-
#hash(hasher)
See
Object#hash(hasher) -
#type_name : String | Nil
The name of the inventory data type specified in the request.
-
#type_name=(type_name : String | Nil)
The name of the inventory data type specified in the request.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Every DeleteInventory operation is assigned a unique ID. This option returns a unique ID. You
can use this ID to query the status of a delete operation. This option is useful for ensuring
that a delete operation has completed before you begin other operations.
Every DeleteInventory operation is assigned a unique ID. This option returns a unique ID. You
can use this ID to query the status of a delete operation. This option is useful for ensuring
that a delete operation has completed before you begin other operations.
A summary of the delete operation. For more information about this summary, see Deleting custom inventory in the Amazon Web Services Systems Manager User Guide.
A summary of the delete operation. For more information about this summary, see Deleting custom inventory in the Amazon Web Services Systems Manager User Guide.
The name of the inventory data type specified in the request.