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:



25225
25226
25227
25228
25229
# File 'lib/aws-sdk-quicksight/types.rb', line 25225

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