Module: Aws::CleanRoomsML::Client::_ListCollaborationMLInputChannelsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListCollaborationMLInputChannelsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #collaboration_ml_input_channels_list ⇒ ::Array[Types::CollaborationMLInputChannelSummary]
- #next_token ⇒ ::String
Instance Method Details
#collaboration_ml_input_channels_list ⇒ ::Array[Types::CollaborationMLInputChannelSummary]
765 |
# File 'sig/client.rbs', line 765
def collaboration_ml_input_channels_list: () -> ::Array[Types::CollaborationMLInputChannelSummary]
|
#next_token ⇒ ::String
764 |
# File 'sig/client.rbs', line 764
def next_token: () -> ::String
|