Class: Aws::Types::DescribeDBProxyTargetGroupsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBProxyTargetGroupsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_proxy_name ⇒ ::String
Returns the value of attribute db_proxy_name.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#target_group_name ⇒ ::String
Returns the value of attribute target_group_name.
Instance Attribute Details
#db_proxy_name ⇒ ::String
Returns the value of attribute db_proxy_name.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def db_proxy_name @db_proxy_name end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
2161 2162 2163 |
# File 'sig/types.rbs', line 2161 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2162 2163 2164 |
# File 'sig/types.rbs', line 2162 def max_records @max_records end |
#target_group_name ⇒ ::String
Returns the value of attribute target_group_name.
2159 2160 2161 |
# File 'sig/types.rbs', line 2159 def target_group_name @target_group_name end |