Class: Aws::EC2::Types::CreateRouteServerResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::CreateRouteServerResult
 
- 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 created route server. 
Instance Attribute Details
#route_server ⇒ Types::RouteServer
Information about the created route server.
| 13250 13251 13252 13253 13254 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 13250 class CreateRouteServerResult < Struct.new( :route_server) SENSITIVE = [] include Aws::Structure end |