Class: Aws::SSM::Types::DeleteInventoryResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DeleteInventoryResult
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deletion_id ⇒ String
Every
DeleteInventory
action is assigned a unique ID. -
#deletion_summary ⇒ Types::InventoryDeletionSummary
A summary of the delete operation.
-
#type_name ⇒ String
The name of the inventory data type specified in the request.
Instance Attribute Details
#deletion_id ⇒ String
Every DeleteInventory
action 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 actions.
4129 4130 4131 4132 4133 4134 4135 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4129 class DeleteInventoryResult < Struct.new( :deletion_id, :type_name, :deletion_summary) SENSITIVE = [] include Aws::Structure end |
#deletion_summary ⇒ Types::InventoryDeletionSummary
A summary of the delete operation. For more information about this summary, see Deleting custom inventory in the AWS Systems Manager User Guide.
4129 4130 4131 4132 4133 4134 4135 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4129 class DeleteInventoryResult < Struct.new( :deletion_id, :type_name, :deletion_summary) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The name of the inventory data type specified in the request.
4129 4130 4131 4132 4133 4134 4135 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4129 class DeleteInventoryResult < Struct.new( :deletion_id, :type_name, :deletion_summary) SENSITIVE = [] include Aws::Structure end |