Class: Aws::Types::QueryGenerationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::QueryGenerationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_timeout_seconds ⇒ ::Integer
Returns the value of attribute execution_timeout_seconds.
-
#generation_context ⇒ Types::QueryGenerationContext
Returns the value of attribute generation_context.
Instance Attribute Details
#execution_timeout_seconds ⇒ ::Integer
Returns the value of attribute execution_timeout_seconds.
2355 2356 2357 |
# File 'sig/types.rbs', line 2355 def execution_timeout_seconds @execution_timeout_seconds end |
#generation_context ⇒ Types::QueryGenerationContext
Returns the value of attribute generation_context.
2356 2357 2358 |
# File 'sig/types.rbs', line 2356 def generation_context @generation_context end |