Class: Aws::EC2::Types::ModifyRouteServerResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::ModifyRouteServerResult
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #route_server  ⇒ Types::RouteServer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the modified route server. 
Instance Attribute Details
#route_server ⇒ Types::RouteServer
Information about the modified route server.
| 58102 58103 58104 58105 58106 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58102 class ModifyRouteServerResult < Struct.new( :route_server) SENSITIVE = [] include Aws::Structure end |