Class: Aws::CleanRoomsML::Types::ListMLInputChannelsRequest

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

#max_resultsInteger

The maximum number of ML input channels to return.

Returns:

  • (Integer)


3921
3922
3923
3924
3925
3926
3927
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3921

class ListMLInputChannelsRequest < Struct.new(
  :next_token,
  :max_results,
  :membership_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifierString

The membership ID of the membership that contains the ML input channels that you want to list.

Returns:

  • (String)


3921
3922
3923
3924
3925
3926
3927
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3921

class ListMLInputChannelsRequest < Struct.new(
  :next_token,
  :max_results,
  :membership_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token value retrieved from a previous call to access the next page of results.

Returns:

  • (String)


3921
3922
3923
3924
3925
3926
3927
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3921

class ListMLInputChannelsRequest < Struct.new(
  :next_token,
  :max_results,
  :membership_identifier)
  SENSITIVE = []
  include Aws::Structure
end