Class: Aws::IoTManagedIntegrations::Types::ListDestinationsRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)


2801
2802
2803
2804
2805
2806
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2801

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

#next_tokenString

A token that can be used to retrieve the next set of results.

Returns:

  • (String)


2801
2802
2803
2804
2805
2806
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2801

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