Class: Aws::Types::ListMultiRegionEndpointsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListMultiRegionEndpointsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#multi_region_endpoints ⇒ ::Array[Types::MultiRegionEndpoint]
Returns the value of attribute multi_region_endpoints.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#multi_region_endpoints ⇒ ::Array[Types::MultiRegionEndpoint]
Returns the value of attribute multi_region_endpoints.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def multi_region_endpoints @multi_region_endpoints end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def next_token @next_token end |