Class: Aws::Kinesis::Types::ListStreamsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::ListStreamsOutput
- Defined in:
- gems/aws-sdk-kinesis/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.
1271 1272 1273 1274 1275 1276 1277 1278 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1271 class ListStreamsOutput < Struct.new( :stream_names, :has_more_streams, :next_token, :stream_summaries) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
1271 1272 1273 1274 1275 1276 1277 1278 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1271 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.
1271 1272 1273 1274 1275 1276 1277 1278 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1271 class ListStreamsOutput < Struct.new( :stream_names, :has_more_streams, :next_token, :stream_summaries) SENSITIVE = [] include Aws::Structure end |
#stream_summaries ⇒ Array<Types::StreamSummary>
1271 1272 1273 1274 1275 1276 1277 1278 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1271 class ListStreamsOutput < Struct.new( :stream_names, :has_more_streams, :next_token, :stream_summaries) SENSITIVE = [] include Aws::Structure end |