Class: Aws::SSM::Types::InventoryDeletionStatusItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InventoryDeletionStatusItem
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Status information returned by the DeleteInventory
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deletion_id ⇒ String
The deletion ID returned by the
DeleteInventory
operation. -
#deletion_start_time ⇒ Time
The UTC timestamp when the delete operation started.
-
#deletion_summary ⇒ Types::InventoryDeletionSummary
Information about the delete operation.
-
#last_status ⇒ String
The status of the operation.
-
#last_status_message ⇒ String
Information about the status.
-
#last_status_update_time ⇒ Time
The UTC timestamp of when the last status report.
-
#type_name ⇒ String
The name of the inventory data type.
Instance Attribute Details
#deletion_id ⇒ String
The deletion ID returned by the DeleteInventory
operation.
11287 11288 11289 11290 11291 11292 11293 11294 11295 11296 11297 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11287 class InventoryDeletionStatusItem < Struct.new( :deletion_id, :type_name, :deletion_start_time, :last_status, :last_status_message, :deletion_summary, :last_status_update_time) SENSITIVE = [] include Aws::Structure end |
#deletion_start_time ⇒ Time
The UTC timestamp when the delete operation started.
11287 11288 11289 11290 11291 11292 11293 11294 11295 11296 11297 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11287 class InventoryDeletionStatusItem < Struct.new( :deletion_id, :type_name, :deletion_start_time, :last_status, :last_status_message, :deletion_summary, :last_status_update_time) SENSITIVE = [] include Aws::Structure end |
#deletion_summary ⇒ Types::InventoryDeletionSummary
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.
11287 11288 11289 11290 11291 11292 11293 11294 11295 11296 11297 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11287 class InventoryDeletionStatusItem < Struct.new( :deletion_id, :type_name, :deletion_start_time, :last_status, :last_status_message, :deletion_summary, :last_status_update_time) SENSITIVE = [] include Aws::Structure end |
#last_status ⇒ String
The status of the operation. Possible values are InProgress and Complete.
11287 11288 11289 11290 11291 11292 11293 11294 11295 11296 11297 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11287 class InventoryDeletionStatusItem < Struct.new( :deletion_id, :type_name, :deletion_start_time, :last_status, :last_status_message, :deletion_summary, :last_status_update_time) SENSITIVE = [] include Aws::Structure end |
#last_status_message ⇒ String
Information about the status.
11287 11288 11289 11290 11291 11292 11293 11294 11295 11296 11297 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11287 class InventoryDeletionStatusItem < Struct.new( :deletion_id, :type_name, :deletion_start_time, :last_status, :last_status_message, :deletion_summary, :last_status_update_time) SENSITIVE = [] include Aws::Structure end |
#last_status_update_time ⇒ Time
The UTC timestamp of when the last status report.
11287 11288 11289 11290 11291 11292 11293 11294 11295 11296 11297 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11287 class InventoryDeletionStatusItem < Struct.new( :deletion_id, :type_name, :deletion_start_time, :last_status, :last_status_message, :deletion_summary, :last_status_update_time) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The name of the inventory data type.
11287 11288 11289 11290 11291 11292 11293 11294 11295 11296 11297 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11287 class InventoryDeletionStatusItem < Struct.new( :deletion_id, :type_name, :deletion_start_time, :last_status, :last_status_message, :deletion_summary, :last_status_update_time) SENSITIVE = [] include Aws::Structure end |