Class: Aws::CleanRoomsML::Types::GetCollaborationMLInputChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GetCollaborationMLInputChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ String
The collaboration ID of the collaboration that contains the ML input channel that you want to get.
-
#ml_input_channel_arn ⇒ String
The Amazon Resource Name (ARN) of the ML input channel that you want to get.
Instance Attribute Details
#collaboration_identifier ⇒ String
The collaboration ID of the collaboration that contains the ML input channel that you want to get.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the ML input channel that you want to get.
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 |