Class: Aws::MediaLive::Types::ChannelEgressEndpoint
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::ChannelEgressEndpoint
 
 
- Defined in:
 - gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #source_ip  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Public IP of where a channel's output comes from.
 
Instance Attribute Details
#source_ip ⇒ String
Public IP of where a channel's output comes from
      1936 1937 1938 1939 1940  | 
    
      # File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 1936 class ChannelEgressEndpoint < Struct.new( :source_ip) SENSITIVE = [] include Aws::Structure end  |