Module: Aws::Kinesis::Client::_ListStreamConsumersResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListStreamConsumersOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#consumers ⇒ ::Array[Types::Consumer]
309 |
# File 'sig/client.rbs', line 309
def consumers: () -> ::Array[Types::Consumer]
|
#next_token ⇒ ::String
310 |
# File 'sig/client.rbs', line 310
def next_token: () -> ::String
|