Class: Aws::Types::DescribeRouteServersResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7110
7111
7112
# File 'sig/types.rbs', line 7110

def next_token
  @next_token
end

#route_servers::Array[Types::RouteServer]

Returns the value of attribute route_servers.

Returns:



7109
7110
7111
# File 'sig/types.rbs', line 7109

def route_servers
  @route_servers
end