Class: Aws::Types::OracleParameters

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)


8399
8400
8401
# File 'sig/types.rbs', line 8399

def database
  @database
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


8397
8398
8399
# File 'sig/types.rbs', line 8397

def host
  @host
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


8398
8399
8400
# File 'sig/types.rbs', line 8398

def port
  @port
end

#use_service_nameBoolean

Returns the value of attribute use_service_name.

Returns:

  • (Boolean)


8400
8401
8402
# File 'sig/types.rbs', line 8400

def use_service_name
  @use_service_name
end