Class: Aws::CleanRoomsML::Types::GetCollaborationMLInputChannelRequest

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

#collaboration_identifierString

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

Returns:

  • (String)


2142
2143
2144
2145
2146
2147
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2142

class GetCollaborationMLInputChannelRequest < Struct.new(
  :ml_input_channel_arn,
  :collaboration_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)


2142
2143
2144
2145
2146
2147
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 2142

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