Class: Aws::Types::QueryExecution

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#engine_versionTypes::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.

Returns:

  • (::Array[::String])


958
959
960
# File 'sig/types.rbs', line 958

def execution_parameters
  @execution_parameters
end

#managed_query_results_configurationTypes::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.

Returns:

  • (::String)


948
949
950
# File 'sig/types.rbs', line 948

def query
  @query
end

#query_execution_contextTypes::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.

Returns:

  • (::String)


947
948
949
# File 'sig/types.rbs', line 947

def query_execution_id
  @query_execution_id
end

#query_results_s3_access_grants_configurationTypes::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_configurationTypes::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_configurationTypes::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.

Returns:

  • ("DDL", "DML", "UTILITY")


949
950
951
# File 'sig/types.rbs', line 949

def statement_type
  @statement_type
end

#statisticsTypes::QueryExecutionStatistics

Returns the value of attribute statistics.



955
956
957
# File 'sig/types.rbs', line 955

def statistics
  @statistics
end

#statusTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


956
957
958
# File 'sig/types.rbs', line 956

def work_group
  @work_group
end