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.
7080 7081 7082 |
# File 'sig/types.rbs', line 7080 def next_token @next_token end |
#route_server_endpoints ⇒ ::Array[Types::RouteServerEndpoint]
Returns the value of attribute route_server_endpoints.
7079 7080 7081 |
# File 'sig/types.rbs', line 7079 def route_server_endpoints @route_server_endpoints end |