Class: Aws::Types::ConnectionConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#database_host::String

Returns the value of attribute database_host.

Returns:



349
350
351
# File 'sig/types.rbs', line 349

def database_host
  @database_host
end

#database_name::String

Returns the value of attribute database_name.

Returns:



351
352
353
# File 'sig/types.rbs', line 351

def database_name
  @database_name
end

#database_port::Integer

Returns the value of attribute database_port.

Returns:



350
351
352
# File 'sig/types.rbs', line 350

def database_port
  @database_port
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:



353
354
355
# File 'sig/types.rbs', line 353

def secret_arn
  @secret_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:



352
353
354
# File 'sig/types.rbs', line 352

def table_name
  @table_name
end