Class: Aws::IoTManagedIntegrations::Types::ListDestinationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ListDestinationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return at one time.
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return at one time.
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_token ⇒ String
A token that can be used to retrieve the next set of results.
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 |