Class: Aws::QuickSight::Types::QueryExecutionOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::QueryExecutionOptions
- Includes:
- Structure
- Defined in:
- 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.
34112 34113 34114 34115 34116 |
# File 'lib/aws-sdk-quicksight/types.rb', line 34112 class QueryExecutionOptions < Struct.new( :query_execution_mode) SENSITIVE = [] include Aws::Structure end |