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.
336 337 338 |
# File 'sig/types.rbs', line 336 def has_more_streams @has_more_streams end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
337 338 339 |
# File 'sig/types.rbs', line 337 def next_token @next_token end |
#stream_names ⇒ ::Array[::String]
Returns the value of attribute stream_names.
335 336 337 |
# File 'sig/types.rbs', line 335 def stream_names @stream_names end |
#stream_summaries ⇒ ::Array[Types::StreamSummary]
Returns the value of attribute stream_summaries.
338 339 340 |
# File 'sig/types.rbs', line 338 def stream_summaries @stream_summaries end |