Class: Aws::Types::ListStreamsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListStreamsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#has_more_streams ⇒ Boolean
Returns the value of attribute has_more_streams.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#stream_names ⇒ ::Array[::String]
Returns the value of attribute stream_names.
-
#stream_summaries ⇒ ::Array[Types::StreamSummary]
Returns the value of attribute stream_summaries.
Instance Attribute Details
#has_more_streams ⇒ Boolean
Returns the value of attribute has_more_streams.
467 468 469 |
# File 'sig/types.rbs', line 467 def has_more_streams @has_more_streams end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
468 469 470 |
# File 'sig/types.rbs', line 468 def next_token @next_token end |
#stream_names ⇒ ::Array[::String]
Returns the value of attribute stream_names.
466 467 468 |
# File 'sig/types.rbs', line 466 def stream_names @stream_names end |
#stream_summaries ⇒ ::Array[Types::StreamSummary]
Returns the value of attribute stream_summaries.
469 470 471 |
# File 'sig/types.rbs', line 469 def stream_summaries @stream_summaries end |