Class: Aws::SSM::Types::DescribeInventoryDeletionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_idString

Specify the delete inventory ID for which you want information. This ID was returned by the DeleteInventory operation.

Returns:

  • (String)


5434
5435
5436
5437
5438
5439
5440
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5434

class DescribeInventoryDeletionsRequest < Struct.new(
  :deletion_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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.

Returns:

  • (Integer)


5434
5435
5436
5437
5438
5439
5440
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5434

class DescribeInventoryDeletionsRequest < Struct.new(
  :deletion_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token to start the list. Use this token to get the next set of results.

Returns:

  • (String)


5434
5435
5436
5437
5438
5439
5440
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 5434

class DescribeInventoryDeletionsRequest < Struct.new(
  :deletion_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end