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)


12110
12111
12112
# File 'sig/types.rbs', line 12110

def catalog
  @catalog
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


12108
12109
12110
# File 'sig/types.rbs', line 12108

def host
  @host
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


12109
12110
12111
# File 'sig/types.rbs', line 12109

def port
  @port
end