Class: Aws::Athena::Types::ResultReuseInformation

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

Overview

Contains information about whether the result of a previous query was reused.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reused_previous_resultBoolean

True if a previous query result was reused; false if the result was generated from a new run of the query.

Returns:

  • (Boolean)


3766
3767
3768
3769
3770
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3766

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