Class: Aws::EC2::Types::GetRouteServerRoutingDatabaseResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#are_routes_persistedBoolean

Indicates whether routes are being persisted in the routing database.

Returns:

  • (Boolean)

40132
40133
40134
40135
40136
40137
40138
# File 'lib/aws-sdk-ec2/types.rb', line 40132

class GetRouteServerRoutingDatabaseResult < Struct.new(
  :are_routes_persisted,
  :routes,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)

40132
40133
40134
40135
40136
40137
40138
# File 'lib/aws-sdk-ec2/types.rb', line 40132

class GetRouteServerRoutingDatabaseResult < Struct.new(
  :are_routes_persisted,
  :routes,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#routesArray<Types::RouteServerRoute>

The collection of routes in the route server’s routing database.

Returns:


40132
40133
40134
40135
40136
40137
40138
# File 'lib/aws-sdk-ec2/types.rb', line 40132

class GetRouteServerRoutingDatabaseResult < Struct.new(
  :are_routes_persisted,
  :routes,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end