Class: Aws::IoTWireless::Types::ListDestinationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ListDestinationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in this operation.
-
#next_token ⇒ String
To retrieve the next set of results, the ‘nextToken` value from a previous response; otherwise null to receive the first set of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in this operation.
3294 3295 3296 3297 3298 3299 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3294 class ListDestinationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
To retrieve the next set of results, the ‘nextToken` value from a previous response; otherwise null to receive the first set of results.
3294 3295 3296 3297 3298 3299 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3294 class ListDestinationsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |