Class: Aws::Types::DescribeDBProxyTargetGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBProxyTargetGroupsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#target_groups ⇒ ::Array[Types::DBProxyTargetGroup]
Returns the value of attribute target_groups.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def marker @marker end |
#target_groups ⇒ ::Array[Types::DBProxyTargetGroup]
Returns the value of attribute target_groups.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def target_groups @target_groups end |