Class: Aws::Types::QuerySessionContext
- Inherits:
-
Object
- Object
- Aws::Types::QuerySessionContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_context.
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#query_authorization_id ⇒ ::String
Returns the value of attribute query_authorization_id.
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
-
#query_start_time ⇒ ::Time
Returns the value of attribute query_start_time.
Instance Attribute Details
#additional_context ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_context.
6166 6167 6168 |
# File 'sig/types.rbs', line 6166 def additional_context @additional_context end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
6164 6165 6166 |
# File 'sig/types.rbs', line 6164 def cluster_id @cluster_id end |
#query_authorization_id ⇒ ::String
Returns the value of attribute query_authorization_id.
6165 6166 6167 |
# File 'sig/types.rbs', line 6165 def @query_authorization_id end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
6162 6163 6164 |
# File 'sig/types.rbs', line 6162 def query_id @query_id end |
#query_start_time ⇒ ::Time
Returns the value of attribute query_start_time.
6163 6164 6165 |
# File 'sig/types.rbs', line 6163 def query_start_time @query_start_time end |