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.



4230
4231
4232
4233
4234
# File 'lib/aws-sdk-ssm/types.rb', line 4230

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)


4230
4231
4232
4233
4234
# File 'lib/aws-sdk-ssm/types.rb', line 4230

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