Class: Aws::Types::DescribeRouteServerEndpointsResult

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)


6897
6898
6899
# File 'sig/types.rbs', line 6897

def next_token
  @next_token
end

#route_server_endpoints::Array[Types::RouteServerEndpoint]

Returns the value of attribute route_server_endpoints.

Returns:



6896
6897
6898
# File 'sig/types.rbs', line 6896

def route_server_endpoints
  @route_server_endpoints
end