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)


3038
3039
3040
3041
3042
3043
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3038

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)


3038
3039
3040
3041
3042
3043
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3038

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