Class: Aws::Glue::Types::QuerySessionContext

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request’s authorization context.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_contextHash<String,String>

An opaque string-string map passed by the query engine.

Returns:

  • (Hash<String,String>)


17151
17152
17153
17154
17155
17156
17157
17158
17159
# File 'lib/aws-sdk-glue/types.rb', line 17151

class QuerySessionContext < Struct.new(
  :query_id,
  :query_start_time,
  :cluster_id,
  :query_authorization_id,
  :additional_context)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_idString

An identifier string for the consumer cluster.

Returns:

  • (String)


17151
17152
17153
17154
17155
17156
17157
17158
17159
# File 'lib/aws-sdk-glue/types.rb', line 17151

class QuerySessionContext < Struct.new(
  :query_id,
  :query_start_time,
  :cluster_id,
  :query_authorization_id,
  :additional_context)
  SENSITIVE = []
  include Aws::Structure
end

#query_authorization_idString

A cryptographically generated query identifier generated by Glue or Lake Formation.

Returns:

  • (String)


17151
17152
17153
17154
17155
17156
17157
17158
17159
# File 'lib/aws-sdk-glue/types.rb', line 17151

class QuerySessionContext < Struct.new(
  :query_id,
  :query_start_time,
  :cluster_id,
  :query_authorization_id,
  :additional_context)
  SENSITIVE = []
  include Aws::Structure
end

#query_idString

A unique identifier generated by the query engine for the query.

Returns:

  • (String)


17151
17152
17153
17154
17155
17156
17157
17158
17159
# File 'lib/aws-sdk-glue/types.rb', line 17151

class QuerySessionContext < Struct.new(
  :query_id,
  :query_start_time,
  :cluster_id,
  :query_authorization_id,
  :additional_context)
  SENSITIVE = []
  include Aws::Structure
end

#query_start_timeTime

A timestamp provided by the query engine for when the query started.

Returns:

  • (Time)


17151
17152
17153
17154
17155
17156
17157
17158
17159
# File 'lib/aws-sdk-glue/types.rb', line 17151

class QuerySessionContext < Struct.new(
  :query_id,
  :query_start_time,
  :cluster_id,
  :query_authorization_id,
  :additional_context)
  SENSITIVE = []
  include Aws::Structure
end