Class: Aws::Athena::Types::QueryExecution
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::QueryExecution
- Defined in:
- gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb
Overview
Information about a single instance of a query execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engine_version ⇒ Types::EngineVersion
The engine version that executed the query.
-
#execution_parameters ⇒ Array<String>
A list of values for the parameters in a query.
-
#query ⇒ String
The SQL query statements which the query execution ran.
-
#query_execution_context ⇒ Types::QueryExecutionContext
The database in which the query execution occurred.
-
#query_execution_id ⇒ String
The unique identifier for each query execution.
-
#query_results_s3_access_grants_configuration ⇒ Types::QueryResultsS3AccessGrantsConfiguration
Specifies whether Amazon S3 access grants are enabled for query results.
-
#result_configuration ⇒ Types::ResultConfiguration
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query results.
-
#result_reuse_configuration ⇒ Types::ResultReuseConfiguration
Specifies the query result reuse behavior that was used for the query.
-
#statement_type ⇒ String
The type of query statement that was run.
-
#statistics ⇒ Types::QueryExecutionStatistics
Query execution statistics, such as the amount of data scanned, the amount of time that the query took to process, and the type of statement that was run.
-
#status ⇒ Types::QueryExecutionStatus
The completion date, current state, submission time, and state change reason (if applicable) for the query execution.
-
#substatement_type ⇒ String
The kind of query statement that was run.
-
#work_group ⇒ String
The name of the workgroup in which the query ran.
Instance Attribute Details
#engine_version ⇒ Types::EngineVersion
The engine version that executed the query.
3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3270 class QueryExecution < Struct.new( :query_execution_id, :query, :statement_type, :result_configuration, :result_reuse_configuration, :query_execution_context, :status, :statistics, :work_group, :engine_version, :execution_parameters, :substatement_type, :query_results_s3_access_grants_configuration) SENSITIVE = [] include Aws::Structure end |
#execution_parameters ⇒ Array<String>
A list of values for the parameters in a query. The values are applied sequentially to the parameters in the query in the order in which the parameters occur. The list of parameters is not returned in the response.
3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3270 class QueryExecution < Struct.new( :query_execution_id, :query, :statement_type, :result_configuration, :result_reuse_configuration, :query_execution_context, :status, :statistics, :work_group, :engine_version, :execution_parameters, :substatement_type, :query_results_s3_access_grants_configuration) SENSITIVE = [] include Aws::Structure end |
#query ⇒ String
The SQL query statements which the query execution ran.
3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3270 class QueryExecution < Struct.new( :query_execution_id, :query, :statement_type, :result_configuration, :result_reuse_configuration, :query_execution_context, :status, :statistics, :work_group, :engine_version, :execution_parameters, :substatement_type, :query_results_s3_access_grants_configuration) SENSITIVE = [] include Aws::Structure end |
#query_execution_context ⇒ Types::QueryExecutionContext
The database in which the query execution occurred.
3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3270 class QueryExecution < Struct.new( :query_execution_id, :query, :statement_type, :result_configuration, :result_reuse_configuration, :query_execution_context, :status, :statistics, :work_group, :engine_version, :execution_parameters, :substatement_type, :query_results_s3_access_grants_configuration) SENSITIVE = [] include Aws::Structure end |
#query_execution_id ⇒ String
The unique identifier for each query execution.
3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3270 class QueryExecution < Struct.new( :query_execution_id, :query, :statement_type, :result_configuration, :result_reuse_configuration, :query_execution_context, :status, :statistics, :work_group, :engine_version, :execution_parameters, :substatement_type, :query_results_s3_access_grants_configuration) SENSITIVE = [] include Aws::Structure end |
#query_results_s3_access_grants_configuration ⇒ Types::QueryResultsS3AccessGrantsConfiguration
Specifies whether Amazon S3 access grants are enabled for query results.
3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3270 class QueryExecution < Struct.new( :query_execution_id, :query, :statement_type, :result_configuration, :result_reuse_configuration, :query_execution_context, :status, :statistics, :work_group, :engine_version, :execution_parameters, :substatement_type, :query_results_s3_access_grants_configuration) SENSITIVE = [] include Aws::Structure end |
#result_configuration ⇒ Types::ResultConfiguration
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query results. These are known as "client-side settings". If workgroup settings override client-side settings, then the query uses the location for the query results and the encryption configuration that are specified for the workgroup.
3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3270 class QueryExecution < Struct.new( :query_execution_id, :query, :statement_type, :result_configuration, :result_reuse_configuration, :query_execution_context, :status, :statistics, :work_group, :engine_version, :execution_parameters, :substatement_type, :query_results_s3_access_grants_configuration) SENSITIVE = [] include Aws::Structure end |
#result_reuse_configuration ⇒ Types::ResultReuseConfiguration
Specifies the query result reuse behavior that was used for the query.
3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3270 class QueryExecution < Struct.new( :query_execution_id, :query, :statement_type, :result_configuration, :result_reuse_configuration, :query_execution_context, :status, :statistics, :work_group, :engine_version, :execution_parameters, :substatement_type, :query_results_s3_access_grants_configuration) SENSITIVE = [] include Aws::Structure end |
#statement_type ⇒ String
The type of query statement that was run. DDL
indicates DDL query
statements. DML
indicates DML (Data Manipulation Language) query
statements, such as CREATE TABLE AS SELECT
. UTILITY
indicates
query statements other than DDL and DML, such as SHOW CREATE
TABLE
, or DESCRIBE TABLE
.
3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3270 class QueryExecution < Struct.new( :query_execution_id, :query, :statement_type, :result_configuration, :result_reuse_configuration, :query_execution_context, :status, :statistics, :work_group, :engine_version, :execution_parameters, :substatement_type, :query_results_s3_access_grants_configuration) SENSITIVE = [] include Aws::Structure end |
#statistics ⇒ Types::QueryExecutionStatistics
Query execution statistics, such as the amount of data scanned, the amount of time that the query took to process, and the type of statement that was run.
3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3270 class QueryExecution < Struct.new( :query_execution_id, :query, :statement_type, :result_configuration, :result_reuse_configuration, :query_execution_context, :status, :statistics, :work_group, :engine_version, :execution_parameters, :substatement_type, :query_results_s3_access_grants_configuration) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::QueryExecutionStatus
The completion date, current state, submission time, and state change reason (if applicable) for the query execution.
3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3270 class QueryExecution < Struct.new( :query_execution_id, :query, :statement_type, :result_configuration, :result_reuse_configuration, :query_execution_context, :status, :statistics, :work_group, :engine_version, :execution_parameters, :substatement_type, :query_results_s3_access_grants_configuration) SENSITIVE = [] include Aws::Structure end |
#substatement_type ⇒ String
The kind of query statement that was run.
3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3270 class QueryExecution < Struct.new( :query_execution_id, :query, :statement_type, :result_configuration, :result_reuse_configuration, :query_execution_context, :status, :statistics, :work_group, :engine_version, :execution_parameters, :substatement_type, :query_results_s3_access_grants_configuration) SENSITIVE = [] include Aws::Structure end |
#work_group ⇒ String
The name of the workgroup in which the query ran.
3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3270 class QueryExecution < Struct.new( :query_execution_id, :query, :statement_type, :result_configuration, :result_reuse_configuration, :query_execution_context, :status, :statistics, :work_group, :engine_version, :execution_parameters, :substatement_type, :query_results_s3_access_grants_configuration) SENSITIVE = [] include Aws::Structure end |