Class: Aws::Types::StartQueryExecutionInput
- Inherits:
-
Object
- Object
- Aws::Types::StartQueryExecutionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#engine_configuration ⇒ Types::EngineConfiguration
Returns the value of attribute engine_configuration.
-
#execution_parameters ⇒ ::Array[::String]
Returns the value of attribute execution_parameters.
-
#query_execution_context ⇒ Types::QueryExecutionContext
Returns the value of attribute query_execution_context.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#result_configuration ⇒ Types::ResultConfiguration
Returns the value of attribute result_configuration.
-
#result_reuse_configuration ⇒ Types::ResultReuseConfiguration
Returns the value of attribute result_reuse_configuration.
-
#work_group ⇒ ::String
Returns the value of attribute work_group.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def client_request_token @client_request_token end |
#engine_configuration ⇒ Types::EngineConfiguration
Returns the value of attribute engine_configuration.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def engine_configuration @engine_configuration end |
#execution_parameters ⇒ ::Array[::String]
Returns the value of attribute execution_parameters.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def execution_parameters @execution_parameters end |
#query_execution_context ⇒ Types::QueryExecutionContext
Returns the value of attribute query_execution_context.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def query_execution_context @query_execution_context end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def query_string @query_string end |
#result_configuration ⇒ Types::ResultConfiguration
Returns the value of attribute result_configuration.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def result_configuration @result_configuration end |
#result_reuse_configuration ⇒ Types::ResultReuseConfiguration
Returns the value of attribute result_reuse_configuration.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def result_reuse_configuration @result_reuse_configuration end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def work_group @work_group end |