Class: Aws::SSM::Types::InventoryDeletionStatusItem

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Status information returned by the ‘DeleteInventory` action.

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_idString

The deletion ID returned by the ‘DeleteInventory` action.

Returns:

  • (String)


7663
7664
7665
7666
7667
7668
7669
7670
7671
7672
# File 'lib/aws-sdk-ssm/types.rb', line 7663

class InventoryDeletionStatusItem < Struct.new(
  :deletion_id,
  :type_name,
  :deletion_start_time,
  :last_status,
  :last_status_message,
  :deletion_summary,
  :last_status_update_time)
  include Aws::Structure
end

#deletion_start_timeTime

The UTC timestamp when the delete operation started.

Returns:

  • (Time)


7663
7664
7665
7666
7667
7668
7669
7670
7671
7672
# File 'lib/aws-sdk-ssm/types.rb', line 7663

class InventoryDeletionStatusItem < Struct.new(
  :deletion_id,
  :type_name,
  :deletion_start_time,
  :last_status,
  :last_status_message,
  :deletion_summary,
  :last_status_update_time)
  include Aws::Structure
end

#deletion_summaryTypes::InventoryDeletionSummary

Information about the delete operation. For more information about this summary, see [Understanding the Delete Inventory Summary] in the *AWS Systems Manager User Guide*.

[1]: docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-delete.html#sysman-inventory-delete-summary



7663
7664
7665
7666
7667
7668
7669
7670
7671
7672
# File 'lib/aws-sdk-ssm/types.rb', line 7663

class InventoryDeletionStatusItem < Struct.new(
  :deletion_id,
  :type_name,
  :deletion_start_time,
  :last_status,
  :last_status_message,
  :deletion_summary,
  :last_status_update_time)
  include Aws::Structure
end

#last_statusString

The status of the operation. Possible values are InProgress and Complete.

Returns:

  • (String)


7663
7664
7665
7666
7667
7668
7669
7670
7671
7672
# File 'lib/aws-sdk-ssm/types.rb', line 7663

class InventoryDeletionStatusItem < Struct.new(
  :deletion_id,
  :type_name,
  :deletion_start_time,
  :last_status,
  :last_status_message,
  :deletion_summary,
  :last_status_update_time)
  include Aws::Structure
end

#last_status_messageString

Information about the status.

Returns:

  • (String)


7663
7664
7665
7666
7667
7668
7669
7670
7671
7672
# File 'lib/aws-sdk-ssm/types.rb', line 7663

class InventoryDeletionStatusItem < Struct.new(
  :deletion_id,
  :type_name,
  :deletion_start_time,
  :last_status,
  :last_status_message,
  :deletion_summary,
  :last_status_update_time)
  include Aws::Structure
end

#last_status_update_timeTime

The UTC timestamp of when the last status report.

Returns:

  • (Time)


7663
7664
7665
7666
7667
7668
7669
7670
7671
7672
# File 'lib/aws-sdk-ssm/types.rb', line 7663

class InventoryDeletionStatusItem < Struct.new(
  :deletion_id,
  :type_name,
  :deletion_start_time,
  :last_status,
  :last_status_message,
  :deletion_summary,
  :last_status_update_time)
  include Aws::Structure
end

#type_nameString

The name of the inventory data type.

Returns:

  • (String)


7663
7664
7665
7666
7667
7668
7669
7670
7671
7672
# File 'lib/aws-sdk-ssm/types.rb', line 7663

class InventoryDeletionStatusItem < Struct.new(
  :deletion_id,
  :type_name,
  :deletion_start_time,
  :last_status,
  :last_status_message,
  :deletion_summary,
  :last_status_update_time)
  include Aws::Structure
end