Class: Aws::Types::MariaDbParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


8425
8426
8427
# File 'sig/types.rbs', line 8425

def database
  @database
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


8423
8424
8425
# File 'sig/types.rbs', line 8423

def host
  @host
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


8424
8425
8426
# File 'sig/types.rbs', line 8424

def port
  @port
end