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)


6927
6928
6929
# File 'sig/types.rbs', line 6927

def next_token
  @next_token
end

#route_servers::Array[Types::RouteServer]

Returns the value of attribute route_servers.

Returns:



6926
6927
6928
# File 'sig/types.rbs', line 6926

def route_servers
  @route_servers
end