Class: Aws::Types::DescribeDBProxyEndpointsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBProxyEndpointsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_proxy_endpoints ⇒ ::Array[Types::DBProxyEndpoint]
Returns the value of attribute db_proxy_endpoints.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#db_proxy_endpoints ⇒ ::Array[Types::DBProxyEndpoint]
Returns the value of attribute db_proxy_endpoints.
2152 2153 2154 |
# File 'sig/types.rbs', line 2152 def db_proxy_endpoints @db_proxy_endpoints end |
#marker ⇒ ::String
Returns the value of attribute marker.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def marker @marker end |