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.
4285 4286 4287 4288 4289 4290 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4285 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.
4285 4286 4287 4288 4289 4290 |
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4285 class ListMLInputChannelsResponse < Struct.new( :next_token, :ml_input_channels_list) SENSITIVE = [] include Aws::Structure end |