Class: Aws::Types::DescribeDBProxiesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBProxiesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_proxies ⇒ ::Array[Types::DBProxy]
Returns the value of attribute db_proxies.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#db_proxies ⇒ ::Array[Types::DBProxy]
Returns the value of attribute db_proxies.
2137 2138 2139 |
# File 'sig/types.rbs', line 2137 def db_proxies @db_proxies end |
#marker ⇒ ::String
Returns the value of attribute marker.
2138 2139 2140 |
# File 'sig/types.rbs', line 2138 def marker @marker end |