Class: Aws::Types::PrestoParameters

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)


8946
8947
8948
# File 'sig/types.rbs', line 8946

def catalog
  @catalog
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


8944
8945
8946
# File 'sig/types.rbs', line 8944

def host
  @host
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


8945
8946
8947
# File 'sig/types.rbs', line 8945

def port
  @port
end