Class: Aws::QuickSight::Types::QueryExecutionOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::QueryExecutionOptions
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A structure that describes the query execution options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_execution_mode ⇒ String
A structure that describes the query execution mode.
Instance Attribute Details
#query_execution_mode ⇒ String
A structure that describes the query execution mode.
26574 26575 26576 26577 26578 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26574 class QueryExecutionOptions < Struct.new( :query_execution_mode) SENSITIVE = [] include Aws::Structure end |