Class: Aws::Athena::Types::QueryExecutionContext

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb

Overview

The database and data catalog context in which the query execution occurs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogString

The name of the data catalog used in the query execution.

Returns:

  • (String)


3131
3132
3133
3134
3135
3136
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3131

class QueryExecutionContext < Struct.new(
  :database,
  :catalog)
  SENSITIVE = []
  include Aws::Structure
end

#databaseString

The name of the database used in the query execution. The database must exist in the catalog.

Returns:

  • (String)


3131
3132
3133
3134
3135
3136
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3131

class QueryExecutionContext < Struct.new(
  :database,
  :catalog)
  SENSITIVE = []
  include Aws::Structure
end