Class: Aws::EC2::Types::GetRouteServerRoutingDatabaseResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::GetRouteServerRoutingDatabaseResult
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #are_routes_persisted  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether routes are being persisted in the routing database. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The token to use to retrieve the next page of results. 
- 
  
    
      #routes  ⇒ Array<Types::RouteServerRoute> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The collection of routes in the route server's routing database. 
Instance Attribute Details
#are_routes_persisted ⇒ Boolean
Indicates whether routes are being persisted in the routing database.
| 42603 42604 42605 42606 42607 42608 42609 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42603 class GetRouteServerRoutingDatabaseResult < Struct.new( :are_routes_persisted, :routes, :next_token) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
| 42603 42604 42605 42606 42607 42608 42609 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42603 class GetRouteServerRoutingDatabaseResult < Struct.new( :are_routes_persisted, :routes, :next_token) SENSITIVE = [] include Aws::Structure end | 
#routes ⇒ Array<Types::RouteServerRoute>
The collection of routes in the route server's routing database.
| 42603 42604 42605 42606 42607 42608 42609 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42603 class GetRouteServerRoutingDatabaseResult < Struct.new( :are_routes_persisted, :routes, :next_token) SENSITIVE = [] include Aws::Structure end |