Class: Aws::Types::DescribeDBProxyTargetsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBProxyTargetsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#targets ⇒ ::Array[Types::DBProxyTarget]
Returns the value of attribute targets.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
2183 2184 2185 |
# File 'sig/types.rbs', line 2183 def marker @marker end |
#targets ⇒ ::Array[Types::DBProxyTarget]
Returns the value of attribute targets.
2182 2183 2184 |
# File 'sig/types.rbs', line 2182 def targets @targets end |