Class: Aws::QuickSight::Types::FilterSelectableValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FilterSelectableValues
- 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
-
#values ⇒ Array<String>
The values that are used in the ‘FilterSelectableValues`.
Instance Attribute Details
#values ⇒ Array<String>
The values that are used in the ‘FilterSelectableValues`.
18188 18189 18190 18191 18192 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18188 class FilterSelectableValues < Struct.new( :values) SENSITIVE = [] include Aws::Structure end |