Class: Aws::Kinesis::Types::ListStreamsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::ListStreamsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesis/types.rb
Overview
Represents the output for ‘ListStreams`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#has_more_streams ⇒ Boolean
If set to ‘true`, there are more streams available to list.
- #next_token ⇒ String
-
#stream_names ⇒ Array<String>
The names of the streams that are associated with the Amazon Web Services account making the ‘ListStreams` request.
- #stream_summaries ⇒ Array<Types::StreamSummary>
Instance Attribute Details
#has_more_streams ⇒ Boolean
If set to ‘true`, there are more streams available to list.
1312 1313 1314 1315 1316 1317 1318 1319 |
# File 'lib/aws-sdk-kinesis/types.rb', line 1312 class ListStreamsOutput < Struct.new( :stream_names, :has_more_streams, :next_token, :stream_summaries) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
1312 1313 1314 1315 1316 1317 1318 1319 |
# File 'lib/aws-sdk-kinesis/types.rb', line 1312 class ListStreamsOutput < Struct.new( :stream_names, :has_more_streams, :next_token, :stream_summaries) SENSITIVE = [] include Aws::Structure end |
#stream_names ⇒ Array<String>
The names of the streams that are associated with the Amazon Web Services account making the ‘ListStreams` request.
1312 1313 1314 1315 1316 1317 1318 1319 |
# File 'lib/aws-sdk-kinesis/types.rb', line 1312 class ListStreamsOutput < Struct.new( :stream_names, :has_more_streams, :next_token, :stream_summaries) SENSITIVE = [] include Aws::Structure end |
#stream_summaries ⇒ Array<Types::StreamSummary>
1312 1313 1314 1315 1316 1317 1318 1319 |
# File 'lib/aws-sdk-kinesis/types.rb', line 1312 class ListStreamsOutput < Struct.new( :stream_names, :has_more_streams, :next_token, :stream_summaries) SENSITIVE = [] include Aws::Structure end |