Class: Aws::IoT::Types::ListStreamsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListStreamsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ascending_order ⇒ Boolean
Set to true to return the list of streams in ascending order.
-
#max_results ⇒ Integer
The maximum number of results to return at a time.
-
#next_token ⇒ String
A token used to get the next set of results.
Instance Attribute Details
#ascending_order ⇒ Boolean
Set to true to return the list of streams in ascending order.
11324 11325 11326 11327 11328 11329 11330 |
# File 'lib/aws-sdk-iot/types.rb', line 11324 class ListStreamsRequest < Struct.new( :max_results, :next_token, :ascending_order) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return at a time.
11324 11325 11326 11327 11328 11329 11330 |
# File 'lib/aws-sdk-iot/types.rb', line 11324 class ListStreamsRequest < Struct.new( :max_results, :next_token, :ascending_order) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used to get the next set of results.
11324 11325 11326 11327 11328 11329 11330 |
# File 'lib/aws-sdk-iot/types.rb', line 11324 class ListStreamsRequest < Struct.new( :max_results, :next_token, :ascending_order) SENSITIVE = [] include Aws::Structure end |