Class: Aws::Types::QueryExecution
- Inherits:
-
Object
- Object
- Aws::Types::QueryExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engine_version ⇒ Types::EngineVersion
Returns the value of attribute engine_version.
-
#execution_parameters ⇒ ::Array[::String]
Returns the value of attribute execution_parameters.
-
#managed_query_results_configuration ⇒ Types::ManagedQueryResultsConfiguration
Returns the value of attribute managed_query_results_configuration.
-
#query ⇒ ::String
Returns the value of attribute query.
-
#query_execution_context ⇒ Types::QueryExecutionContext
Returns the value of attribute query_execution_context.
-
#query_execution_id ⇒ ::String
Returns the value of attribute query_execution_id.
-
#query_results_s3_access_grants_configuration ⇒ Types::QueryResultsS3AccessGrantsConfiguration
Returns the value of attribute query_results_s3_access_grants_configuration.
-
#result_configuration ⇒ Types::ResultConfiguration
Returns the value of attribute result_configuration.
-
#result_reuse_configuration ⇒ Types::ResultReuseConfiguration
Returns the value of attribute result_reuse_configuration.
-
#statement_type ⇒ "DDL", ...
Returns the value of attribute statement_type.
-
#statistics ⇒ Types::QueryExecutionStatistics
Returns the value of attribute statistics.
-
#status ⇒ Types::QueryExecutionStatus
Returns the value of attribute status.
-
#substatement_type ⇒ ::String
Returns the value of attribute substatement_type.
-
#work_group ⇒ ::String
Returns the value of attribute work_group.
Instance Attribute Details
#engine_version ⇒ Types::EngineVersion
Returns the value of attribute engine_version.
957 958 959 |
# File 'sig/types.rbs', line 957 def engine_version @engine_version end |
#execution_parameters ⇒ ::Array[::String]
Returns the value of attribute execution_parameters.
958 959 960 |
# File 'sig/types.rbs', line 958 def execution_parameters @execution_parameters end |
#managed_query_results_configuration ⇒ Types::ManagedQueryResultsConfiguration
Returns the value of attribute managed_query_results_configuration.
950 951 952 |
# File 'sig/types.rbs', line 950 def managed_query_results_configuration @managed_query_results_configuration end |
#query ⇒ ::String
Returns the value of attribute query.
948 949 950 |
# File 'sig/types.rbs', line 948 def query @query end |
#query_execution_context ⇒ Types::QueryExecutionContext
Returns the value of attribute query_execution_context.
953 954 955 |
# File 'sig/types.rbs', line 953 def query_execution_context @query_execution_context end |
#query_execution_id ⇒ ::String
Returns the value of attribute query_execution_id.
947 948 949 |
# File 'sig/types.rbs', line 947 def query_execution_id @query_execution_id end |
#query_results_s3_access_grants_configuration ⇒ Types::QueryResultsS3AccessGrantsConfiguration
Returns the value of attribute query_results_s3_access_grants_configuration.
960 961 962 |
# File 'sig/types.rbs', line 960 def query_results_s3_access_grants_configuration @query_results_s3_access_grants_configuration end |
#result_configuration ⇒ Types::ResultConfiguration
Returns the value of attribute result_configuration.
951 952 953 |
# File 'sig/types.rbs', line 951 def result_configuration @result_configuration end |
#result_reuse_configuration ⇒ Types::ResultReuseConfiguration
Returns the value of attribute result_reuse_configuration.
952 953 954 |
# File 'sig/types.rbs', line 952 def result_reuse_configuration @result_reuse_configuration end |
#statement_type ⇒ "DDL", ...
Returns the value of attribute statement_type.
949 950 951 |
# File 'sig/types.rbs', line 949 def statement_type @statement_type end |
#statistics ⇒ Types::QueryExecutionStatistics
Returns the value of attribute statistics.
955 956 957 |
# File 'sig/types.rbs', line 955 def statistics @statistics end |
#status ⇒ Types::QueryExecutionStatus
Returns the value of attribute status.
954 955 956 |
# File 'sig/types.rbs', line 954 def status @status end |
#substatement_type ⇒ ::String
Returns the value of attribute substatement_type.
959 960 961 |
# File 'sig/types.rbs', line 959 def substatement_type @substatement_type end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
956 957 958 |
# File 'sig/types.rbs', line 956 def work_group @work_group end |