Class: Aws::SSM::Types::DescribeInventoryDeletionsResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#inventory_deletionsArray<Types::InventoryDeletionStatusItem>

A list of status items for deleted inventory.



4784
4785
4786
4787
4788
# File 'lib/aws-sdk-ssm/types.rb', line 4784

class DescribeInventoryDeletionsResult < Struct.new(
  :inventory_deletions,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. Use this token to get the next set of results.

Returns:

  • (String)


4784
4785
4786
4787
4788
# File 'lib/aws-sdk-ssm/types.rb', line 4784

class DescribeInventoryDeletionsResult < Struct.new(
  :inventory_deletions,
  :next_token)
  include Aws::Structure
end