Class: Aws::MediaLive::Types::RouteUpdateRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::RouteUpdateRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Used in UpdateNetworkRequest.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cidr  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A CIDR block for one Route.
 - 
  
    
      #gateway  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IP address of the Gateway for this route, if applicable.
 
Instance Attribute Details
#cidr ⇒ String
A CIDR block for one Route.
      20053 20054 20055 20056 20057 20058  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 20053 class RouteUpdateRequest < Struct.new( :cidr, :gateway) SENSITIVE = [] include Aws::Structure end  | 
  
#gateway ⇒ String
The IP address of the Gateway for this route, if applicable.
      20053 20054 20055 20056 20057 20058  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 20053 class RouteUpdateRequest < Struct.new( :cidr, :gateway) SENSITIVE = [] include Aws::Structure end  |