Module: Aws::ChimeSDKMessaging::Client::_ListSubChannelsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListSubChannelsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#channel_arn ⇒ ::String
570 |
# File 'sig/client.rbs', line 570
def channel_arn: () -> ::String
|
#next_token ⇒ ::String
572 |
# File 'sig/client.rbs', line 572
def next_token: () -> ::String
|
#sub_channels ⇒ ::Array[Types::SubChannelSummary]
571 |
# File 'sig/client.rbs', line 571
def sub_channels: () -> ::Array[Types::SubChannelSummary]
|