Class: Aws::CleanRoomsML::Types::ListMLInputChannelsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanroomsml/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ml_input_channels_listArray<Types::MLInputChannelSummary>

The list of ML input channels that you wanted.

Returns:



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_tokenString

The token value used to access the next page of results.

Returns:

  • (String)


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