Class: Aws::IoT::Types::ListStreamsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListStreamsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token used to get the next set of results.
-
#streams ⇒ Array<Types::StreamSummary>
A list of streams.
Instance Attribute Details
#next_token ⇒ String
A token used to get the next set of results.
11340 11341 11342 11343 11344 11345 |
# File 'lib/aws-sdk-iot/types.rb', line 11340 class ListStreamsResponse < Struct.new( :streams, :next_token) SENSITIVE = [] include Aws::Structure end |
#streams ⇒ Array<Types::StreamSummary>
A list of streams.
11340 11341 11342 11343 11344 11345 |
# File 'lib/aws-sdk-iot/types.rb', line 11340 class ListStreamsResponse < Struct.new( :streams, :next_token) SENSITIVE = [] include Aws::Structure end |