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)


9297
9298
9299
# File 'sig/types.rbs', line 9297

def catalog
  @catalog
end

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


9295
9296
9297
# File 'sig/types.rbs', line 9295

def host
  @host
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


9296
9297
9298
# File 'sig/types.rbs', line 9296

def port
  @port
end