Class: Aws::CleanRoomsML::Types::GetMLInputChannelRequest

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

#membership_identifierString

The membership ID of the membership that contains the ML input channel that you want to get.

Returns:

  • (String)


2743
2744
2745
2746
2747
2748
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2743

class GetMLInputChannelRequest < Struct.new(
  :ml_input_channel_arn,
  :membership_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#ml_input_channel_arnString

The Amazon Resource Name (ARN) of the ML input channel that you want to get.

Returns:

  • (String)


2743
2744
2745
2746
2747
2748
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2743

class GetMLInputChannelRequest < Struct.new(
  :ml_input_channel_arn,
  :membership_identifier)
  SENSITIVE = []
  include Aws::Structure
end