Class: Aws::Types::ListStreamsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListStreamsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#stream_info_list ⇒ ::Array[Types::StreamInfo]
Returns the value of attribute stream_info_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
348 349 350 |
# File 'sig/types.rbs', line 348 def next_token @next_token end |
#stream_info_list ⇒ ::Array[Types::StreamInfo]
Returns the value of attribute stream_info_list.
347 348 349 |
# File 'sig/types.rbs', line 347 def stream_info_list @stream_info_list end |