Class: Aws::QuickSight::Types::FilterOperationSelectedFieldsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FilterOperationSelectedFieldsConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The configuration of selected fields in
theCustomActionFilterOperation
.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#selected_columns ⇒ Array<Types::ColumnIdentifier>
The selected columns of a dataset.
-
#selected_field_options ⇒ String
A structure that contains the options that choose which fields are filtered in the
CustomActionFilterOperation
. -
#selected_fields ⇒ Array<String>
Chooses the fields that are filtered in
CustomActionFilterOperation
.
Instance Attribute Details
#selected_columns ⇒ Array<Types::ColumnIdentifier>
The selected columns of a dataset.
15045 15046 15047 15048 15049 15050 15051 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15045 class FilterOperationSelectedFieldsConfiguration < Struct.new( :selected_fields, :selected_field_options, :selected_columns) SENSITIVE = [] include Aws::Structure end |
#selected_field_options ⇒ String
A structure that contains the options that choose which fields are
filtered in the CustomActionFilterOperation
.
Valid values are defined as follows:
ALL_FIELDS
: Applies the filter operation to all fields.
^
15045 15046 15047 15048 15049 15050 15051 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15045 class FilterOperationSelectedFieldsConfiguration < Struct.new( :selected_fields, :selected_field_options, :selected_columns) SENSITIVE = [] include Aws::Structure end |
#selected_fields ⇒ Array<String>
Chooses the fields that are filtered in
CustomActionFilterOperation
.
15045 15046 15047 15048 15049 15050 15051 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15045 class FilterOperationSelectedFieldsConfiguration < Struct.new( :selected_fields, :selected_field_options, :selected_columns) SENSITIVE = [] include Aws::Structure end |