Class: Aws::EC2::Types::DeleteRouteServerResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::DeleteRouteServerResult
 
- 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 deleted route server. 
Instance Attribute Details
#route_server ⇒ Types::RouteServer
Information about the deleted route server.
| 18281 18282 18283 18284 18285 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18281 class DeleteRouteServerResult < Struct.new( :route_server) SENSITIVE = [] include Aws::Structure end |