Class: Aws::Types::DatabricksParameters
- Inherits:
-
Object
- Object
- Aws::Types::DatabricksParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#host ⇒ ::String
Returns the value of attribute host.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#sql_endpoint_path ⇒ ::String
Returns the value of attribute sql_endpoint_path.
Instance Attribute Details
#host ⇒ ::String
Returns the value of attribute host.
3433 3434 3435 |
# File 'sig/types.rbs', line 3433 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
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.
3435 3436 3437 |
# File 'sig/types.rbs', line 3435 def sql_endpoint_path @sql_endpoint_path end |