Class: Aws::Types::QueryPlanningContext
- Inherits:
-
Object
- Object
- Aws::Types::QueryPlanningContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#query_as_of_time ⇒ ::Time
Returns the value of attribute query_as_of_time.
-
#query_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute query_parameters.
-
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
877 878 879 |
# File 'sig/types.rbs', line 877 def catalog_id @catalog_id end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
878 879 880 |
# File 'sig/types.rbs', line 878 def database_name @database_name end |
#query_as_of_time ⇒ ::Time
Returns the value of attribute query_as_of_time.
879 880 881 |
# File 'sig/types.rbs', line 879 def query_as_of_time @query_as_of_time end |
#query_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute query_parameters.
880 881 882 |
# File 'sig/types.rbs', line 880 def query_parameters @query_parameters end |
#transaction_id ⇒ ::String
Returns the value of attribute transaction_id.
881 882 883 |
# File 'sig/types.rbs', line 881 def transaction_id @transaction_id end |