Class: Aws::Types::QueryExecutionContext
- Inherits:
-
Object
- Object
- Aws::Types::QueryExecutionContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#database ⇒ ::String
Returns the value of attribute database.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
966 967 968 |
# File 'sig/types.rbs', line 966 def catalog @catalog end |
#database ⇒ ::String
Returns the value of attribute database.
965 966 967 |
# File 'sig/types.rbs', line 965 def database @database end |