Class: Aws::QuickSight::Types::FilterSelectableValues

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

Overview

A list of selectable values that are used in a control.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#valuesArray<String>

The values that are used in the ‘FilterSelectableValues`.

Returns:

  • (Array<String>)


18188
18189
18190
18191
18192
# File 'lib/aws-sdk-quicksight/types.rb', line 18188

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