Class: Aws::Athena::Types::ResultReuseConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::ResultReuseConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Specifies the query result reuse behavior for the query.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#result_reuse_by_age_configuration ⇒ Types::ResultReuseByAgeConfiguration
Specifies whether previous query results are reused, and if so, their maximum age.
Instance Attribute Details
#result_reuse_by_age_configuration ⇒ Types::ResultReuseByAgeConfiguration
Specifies whether previous query results are reused, and if so, their maximum age.
3740 3741 3742 3743 3744 |
# File 'lib/aws-sdk-athena/types.rb', line 3740 class ResultReuseConfiguration < Struct.new( :result_reuse_by_age_configuration) SENSITIVE = [] include Aws::Structure end |