Class: Aws::SSM::Types::DescribeInventoryDeletionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DescribeInventoryDeletionsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deletion_id ⇒ String
Specify the delete inventory ID for which you want information.
-
#max_results ⇒ Integer
The maximum number of items to return for this call.
-
#next_token ⇒ String
A token to start the list.
Instance Attribute Details
#deletion_id ⇒ String
Specify the delete inventory ID for which you want information. This ID was returned by the ‘DeleteInventory` operation.
5513 5514 5515 5516 5517 5518 5519 |
# File 'lib/aws-sdk-ssm/types.rb', line 5513 class DescribeInventoryDeletionsRequest < Struct.new( :deletion_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
5513 5514 5515 5516 5517 5518 5519 |
# File 'lib/aws-sdk-ssm/types.rb', line 5513 class DescribeInventoryDeletionsRequest < Struct.new( :deletion_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to start the list. Use this token to get the next set of results.
5513 5514 5515 5516 5517 5518 5519 |
# File 'lib/aws-sdk-ssm/types.rb', line 5513 class DescribeInventoryDeletionsRequest < Struct.new( :deletion_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |