Class: Aws::CleanRoomsML::Types::GetMLInputChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GetMLInputChannelRequest
- Defined in:
- gems/aws-sdk-cleanroomsml/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.
2858 2859 2860 2861 2862 2863 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2858 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.
2858 2859 2860 2861 2862 2863 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2858 class GetMLInputChannelRequest < Struct.new( :ml_input_channel_arn, :membership_identifier) SENSITIVE = [] include Aws::Structure end |