Class: Aws::CleanRoomsML::Types::CreateMLInputChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::CreateMLInputChannelResponse
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ml_input_channel_arn ⇒ String
The Amazon Resource Name (ARN) of the ML input channel.
Instance Attribute Details
#ml_input_channel_arn ⇒ String
The Amazon Resource Name (ARN) of the ML input channel.
1435 1436 1437 1438 1439 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1435 class CreateMLInputChannelResponse < Struct.new( :ml_input_channel_arn) SENSITIVE = [] include Aws::Structure end |