Module: Aws::Kafka::Client::_ListTopicsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListTopicsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
710 |
# File 'sig/client.rbs', line 710
def next_token: () -> ::String
|
#topics ⇒ ::Array[Types::TopicInfo]
709 |
# File 'sig/client.rbs', line 709
def topics: () -> ::Array[Types::TopicInfo]
|