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)


8086
8087
8088
# File 'sig/types.rbs', line 8086

def database
  @database
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


8084
8085
8086
# File 'sig/types.rbs', line 8084

def host
  @host
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


8085
8086
8087
# File 'sig/types.rbs', line 8085

def port
  @port
end