Class: Aws::SSM::Types::DescribeInventoryDeletionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeInventoryDeletionsResult
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inventory_deletions ⇒ Array<Types::InventoryDeletionStatusItem>
A list of status items for deleted inventory.
-
#next_token ⇒ String
The token for the next set of items to return.
Instance Attribute Details
#inventory_deletions ⇒ Array<Types::InventoryDeletionStatusItem>
A list of status items for deleted inventory.
5521 5522 5523 5524 5525 5526 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5521 class DescribeInventoryDeletionsResult < Struct.new( :inventory_deletions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. Use this token to get the next set of results.
5521 5522 5523 5524 5525 5526 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5521 class DescribeInventoryDeletionsResult < Struct.new( :inventory_deletions, :next_token) SENSITIVE = [] include Aws::Structure end |