Module: Aws::DSQL::Client::_ListStreamsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListStreamsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
249 |
# File 'sig/client.rbs', line 249
def next_token: () -> ::String
|
#streams ⇒ ::Array[Types::StreamSummary]
250 |
# File 'sig/client.rbs', line 250
def streams: () -> ::Array[Types::StreamSummary]
|