Class: Aws::Types::DescribeRouteServerEndpointsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRouteServerEndpointsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#route_server_endpoints ⇒ ::Array[Types::RouteServerEndpoint]
Returns the value of attribute route_server_endpoints.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
6896 6897 6898 |
# File 'sig/types.rbs', line 6896 def route_server_endpoints @route_server_endpoints end |