Class: Aws::Types::QueryGenerationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:generation_context])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_timeout_seconds::Integer

Returns the value of attribute execution_timeout_seconds.

Returns:

  • (::Integer)


2355
2356
2357
# File 'sig/types.rbs', line 2355

def execution_timeout_seconds
  @execution_timeout_seconds
end

#generation_contextTypes::QueryGenerationContext

Returns the value of attribute generation_context.



2356
2357
2358
# File 'sig/types.rbs', line 2356

def generation_context
  @generation_context
end