Module: Aws::AppSync::Client::_ListChannelNamespacesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListChannelNamespacesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#channel_namespaces ⇒ ::Array[Types::ChannelNamespace]
724 |
# File 'sig/client.rbs', line 724
def channel_namespaces: () -> ::Array[Types::ChannelNamespace]
|
#next_token ⇒ ::String
725 |
# File 'sig/client.rbs', line 725
def next_token: () -> ::String
|