Class: Aws::Types::DatabricksParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#host::String

Returns the value of attribute host.

Returns:

  • (::String)


3433
3434
3435
# File 'sig/types.rbs', line 3433

def host
  @host
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


3434
3435
3436
# File 'sig/types.rbs', line 3434

def port
  @port
end

#sql_endpoint_path::String

Returns the value of attribute sql_endpoint_path.

Returns:

  • (::String)


3435
3436
3437
# File 'sig/types.rbs', line 3435

def sql_endpoint_path
  @sql_endpoint_path
end