Class: Aws::MediaLive::Types::MediaConnectFlowRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::MediaConnectFlowRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
The settings for a MediaConnect Flow.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #flow_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the MediaConnect Flow that you want to use as a source.
 
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the MediaConnect Flow that you want to use as a source.
      8841 8842 8843 8844 8845  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 8841 class MediaConnectFlowRequest < Struct.new( :flow_arn) SENSITIVE = [] include Aws::Structure end  |