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.
3935 3936 3937 3938 3939 |
# File 'lib/aws-sdk-athena/types.rb', line 3935 class ResultReuseConfiguration < Struct.new( :result_reuse_by_age_configuration) SENSITIVE = [] include Aws::Structure end |