Class: Aws::MediaConnect::Types::AddFlowOutputsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaConnect::Types::AddFlowOutputsResponse
 
 
- Defined in:
 - gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #flow_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the flow that these outputs were added to.
 - 
  
    
      #outputs  ⇒ Array<Types::Output> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details of the newly added outputs.
 
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the flow that these outputs were added to.
      326 327 328 329 330 331  | 
    
      # File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 326 class AddFlowOutputsResponse < Struct.new( :flow_arn, :outputs) SENSITIVE = [] include Aws::Structure end  | 
  
#outputs ⇒ Array<Types::Output>
The details of the newly added outputs.
      326 327 328 329 330 331  | 
    
      # File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 326 class AddFlowOutputsResponse < Struct.new( :flow_arn, :outputs) SENSITIVE = [] include Aws::Structure end  |