Class: Aws::Types::ModifyDBProxyTargetGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyDBProxyTargetGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_pool_config ⇒ Types::ConnectionPoolConfiguration
Returns the value of attribute connection_pool_config.
-
#db_proxy_name ⇒ ::String
Returns the value of attribute db_proxy_name.
-
#new_name ⇒ ::String
Returns the value of attribute new_name.
-
#target_group_name ⇒ ::String
Returns the value of attribute target_group_name.
Instance Attribute Details
#connection_pool_config ⇒ Types::ConnectionPoolConfiguration
Returns the value of attribute connection_pool_config.
3160 3161 3162 |
# File 'sig/types.rbs', line 3160 def connection_pool_config @connection_pool_config end |
#db_proxy_name ⇒ ::String
Returns the value of attribute db_proxy_name.
3159 3160 3161 |
# File 'sig/types.rbs', line 3159 def db_proxy_name @db_proxy_name end |
#new_name ⇒ ::String
Returns the value of attribute new_name.
3161 3162 3163 |
# File 'sig/types.rbs', line 3161 def new_name @new_name end |
#target_group_name ⇒ ::String
Returns the value of attribute target_group_name.
3158 3159 3160 |
# File 'sig/types.rbs', line 3158 def target_group_name @target_group_name end |