Class: Aws::Types::ListDiscoveredEndpointsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListDiscoveredEndpointsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#discovered_endpoints ⇒ ::Array[Types::DiscoveredEndpoint]
Returns the value of attribute discovered_endpoints.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#discovered_endpoints ⇒ ::Array[Types::DiscoveredEndpoint]
Returns the value of attribute discovered_endpoints.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def discovered_endpoints @discovered_endpoints end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def next_token @next_token end |