Class: Aws::MediaLive::Types::InputDestinationRoute
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::InputDestinationRoute
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
A network route configuration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cidr  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The CIDR of the route.
 - 
  
    
      #gateway  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An optional gateway for the route.
 
Instance Attribute Details
#cidr ⇒ String
The CIDR of the route.
      19460 19461 19462 19463 19464 19465  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 19460 class InputDestinationRoute < Struct.new( :cidr, :gateway) SENSITIVE = [] include Aws::Structure end  | 
  
#gateway ⇒ String
An optional gateway for the route.
      19460 19461 19462 19463 19464 19465  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 19460 class InputDestinationRoute < Struct.new( :cidr, :gateway) SENSITIVE = [] include Aws::Structure end  |