Class: Aws::Types::ImpalaParameters
- Inherits:
-
Object
- Object
- Aws::Types::ImpalaParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database ⇒ ::String
Returns the value of attribute database.
-
#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
#database ⇒ ::String
Returns the value of attribute database.
6765 6766 6767 |
# File 'sig/types.rbs', line 6765 def database @database end |
#host ⇒ ::String
Returns the value of attribute host.
6763 6764 6765 |
# File 'sig/types.rbs', line 6763 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
6764 6765 6766 |
# File 'sig/types.rbs', line 6764 def port @port end |
#sql_endpoint_path ⇒ ::String
Returns the value of attribute sql_endpoint_path.
6766 6767 6768 |
# File 'sig/types.rbs', line 6766 def sql_endpoint_path @sql_endpoint_path end |