Class: Aws::Types::QuerySessionContext

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_context::Hash[::String, ::String]

Returns the value of attribute additional_context.

Returns:

  • (::Hash[::String, ::String])


6198
6199
6200
# File 'sig/types.rbs', line 6198

def additional_context
  @additional_context
end

#cluster_id::String

Returns the value of attribute cluster_id.

Returns:

  • (::String)


6196
6197
6198
# File 'sig/types.rbs', line 6196

def cluster_id
  @cluster_id
end

#query_authorization_id::String

Returns the value of attribute query_authorization_id.

Returns:

  • (::String)


6197
6198
6199
# File 'sig/types.rbs', line 6197

def query_authorization_id
  @query_authorization_id
end

#query_id::String

Returns the value of attribute query_id.

Returns:

  • (::String)


6194
6195
6196
# File 'sig/types.rbs', line 6194

def query_id
  @query_id
end

#query_start_time::Time

Returns the value of attribute query_start_time.

Returns:

  • (::Time)


6195
6196
6197
# File 'sig/types.rbs', line 6195

def query_start_time
  @query_start_time
end