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.
| 1545 1546 1547 1548 1549 | # File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 1545 class CreateMLInputChannelResponse < Struct.new( :ml_input_channel_arn) SENSITIVE = [] include Aws::Structure end |