Class: Aws::Types::ModifyDBProxyTargetGroupRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_pool_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3158
3159
3160
# File 'sig/types.rbs', line 3158

def target_group_name
  @target_group_name
end