Class: Aws::Athena::Types::ResultReuseConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb

Overview

Specifies the query result reuse behavior for the query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#result_reuse_by_age_configurationTypes::ResultReuseByAgeConfiguration

Specifies whether previous query results are reused, and if so, their maximum age.



3750
3751
3752
3753
3754
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3750

class ResultReuseConfiguration < Struct.new(
  :result_reuse_by_age_configuration)
  SENSITIVE = []
  include Aws::Structure
end