You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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)

    The deletion ID returned by the DeleteInventory action.

#deletion_start_timeTime

The UTC timestamp when the delete operation started.

Returns:

  • (Time)

    The UTC timestamp when the delete operation started.

#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.

Returns:

#last_statusString

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

Possible values:

  • InProgress
  • Complete

Returns:

  • (String)

    The status of the operation.

#last_status_messageString

Information about the status.

Returns:

  • (String)

    Information about the status.

#last_status_update_timeTime

The UTC timestamp of when the last status report.

Returns:

  • (Time)

    The UTC timestamp of when the last status report.

#type_nameString

The name of the inventory data type.

Returns:

  • (String)

    The name of the inventory data type.