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.
7031 7032 7033 |
# File 'sig/types.rbs', line 7031 def database @database end |
#host ⇒ ::String
Returns the value of attribute host.
7029 7030 7031 |
# File 'sig/types.rbs', line 7029 def host @host end |
#port ⇒ ::Integer
Returns the value of attribute port.
7030 7031 7032 |
# File 'sig/types.rbs', line 7030 def port @port end |
#sql_endpoint_path ⇒ ::String
Returns the value of attribute sql_endpoint_path.
7032 7033 7034 |
# File 'sig/types.rbs', line 7032 def sql_endpoint_path @sql_endpoint_path end |