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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inventory_deletionsArray<Types::InventoryDeletionStatusItem>

A list of status items for deleted inventory.



5453
5454
5455
5456
5457
5458
# File 'lib/aws-sdk-ssm/types.rb', line 5453

class DescribeInventoryDeletionsResult < Struct.new(
  :inventory_deletions,
  :next_token)
  SENSITIVE = []
  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)


5453
5454
5455
5456
5457
5458
# File 'lib/aws-sdk-ssm/types.rb', line 5453

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