Module: Aws::Kafka::Client::_ListChannelsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListChannelsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#channels ⇒ ::Array[Types::ChannelInfo]
693 |
# File 'sig/client.rbs', line 693
def channels: () -> ::Array[Types::ChannelInfo]
|
#next_token ⇒ ::String
694 |
# File 'sig/client.rbs', line 694
def next_token: () -> ::String
|