Class: Aws::IoT::Types::ListStreamsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListStreamsRequest
- Defined in:
- gems/aws-sdk-iot/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.
10101 10102 10103 10104 10105 10106 10107 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10101 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.
10101 10102 10103 10104 10105 10106 10107 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10101 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.
10101 10102 10103 10104 10105 10106 10107 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10101 class ListStreamsRequest < Struct.new( :max_results, :next_token, :ascending_order) SENSITIVE = [] include Aws::Structure end |