Class: Aws::Types::Hive
- Inherits:
-
Object
- Object
- Aws::Types::Hive
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#init_query_file ⇒ ::String
Returns the value of attribute init_query_file.
-
#parameters ⇒ ::String
Returns the value of attribute parameters.
-
#query ⇒ ::String
Returns the value of attribute query.
Instance Attribute Details
#init_query_file ⇒ ::String
Returns the value of attribute init_query_file.
226 227 228 |
# File 'sig/types.rbs', line 226 def init_query_file @init_query_file end |
#parameters ⇒ ::String
Returns the value of attribute parameters.
227 228 229 |
# File 'sig/types.rbs', line 227 def parameters @parameters end |
#query ⇒ ::String
Returns the value of attribute query.
225 226 227 |
# File 'sig/types.rbs', line 225 def query @query end |