Class: Aws::MediaLive::Types::MediaConnectFlow
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::MediaConnectFlow
 
 
- 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 unique ARN of the MediaConnect Flow being used as a source.
 
Instance Attribute Details
#flow_arn ⇒ String
The unique ARN of the MediaConnect Flow being used as a source.
      8827 8828 8829 8830 8831  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 8827 class MediaConnectFlow < Struct.new( :flow_arn) SENSITIVE = [] include Aws::Structure end  |