Class: Aws::Types::TrinoParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


11720
11721
11722
# File 'sig/types.rbs', line 11720

def catalog
  @catalog
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


11718
11719
11720
# File 'sig/types.rbs', line 11718

def host
  @host
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


11719
11720
11721
# File 'sig/types.rbs', line 11719

def port
  @port
end