Class: Aws::Types::TeradataParameters

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)


11396
11397
11398
# File 'sig/types.rbs', line 11396

def database
  @database
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


11394
11395
11396
# File 'sig/types.rbs', line 11394

def host
  @host
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


11395
11396
11397
# File 'sig/types.rbs', line 11395

def port
  @port
end