Class: Aws::QuickSight::Types::ParameterSelectableValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ParameterSelectableValues
- Defined in:
- gems/aws-sdk-quicksight/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
-
#link_to_data_set_column ⇒ Types::ColumnIdentifier
The column identifier that fetches values from the data set.
-
#values ⇒ Array<String>
The values that are used in
ParameterSelectableValues
.
Instance Attribute Details
#link_to_data_set_column ⇒ Types::ColumnIdentifier
The column identifier that fetches values from the data set.
22396 22397 22398 22399 22400 22401 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22396 class ParameterSelectableValues < Struct.new( :values, :link_to_data_set_column) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
The values that are used in ParameterSelectableValues
.
22396 22397 22398 22399 22400 22401 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22396 class ParameterSelectableValues < Struct.new( :values, :link_to_data_set_column) SENSITIVE = [] include Aws::Structure end |