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.
3564 3565 3566 |
# File 'sig/types.rbs', line 3564 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
3565 3566 3567 |
# File 'sig/types.rbs', line 3565 def port @port end |
#sql_endpoint_path ⇒ ::String
Returns the value of attribute sql_endpoint_path.
3566 3567 3568 |
# File 'sig/types.rbs', line 3566 def sql_endpoint_path @sql_endpoint_path end |