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