Class: Aws::QuickSight::Types::PerformanceConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The configuration for the performance optimization of the dataset that contains a UniqueKey configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unique_keysArray<Types::UniqueKey>

A UniqueKey configuration.

Returns:



32274
32275
32276
32277
32278
# File 'lib/aws-sdk-quicksight/types.rb', line 32274

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