Class: Aws::CleanRoomsML::Types::ListMLInputChannelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ListMLInputChannelsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ml_input_channels_list ⇒ Array<Types::MLInputChannelSummary>
The list of ML input channels that you wanted.
-
#next_token ⇒ String
The token value used to access the next page of results.
Instance Attribute Details
#ml_input_channels_list ⇒ Array<Types::MLInputChannelSummary>
The list of ML input channels that you wanted.
3939 3940 3941 3942 3943 3944 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3939 class ListMLInputChannelsResponse < Struct.new( :next_token, :ml_input_channels_list) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token value used to access the next page of results.
3939 3940 3941 3942 3943 3944 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3939 class ListMLInputChannelsResponse < Struct.new( :next_token, :ml_input_channels_list) SENSITIVE = [] include Aws::Structure end |