Class: Aws::QuickSight::Types::FilterOperationSelectedFieldsConfiguration

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

Overview

The configuration of selected fields in the`CustomActionFilterOperation`.

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

Instance Attribute Details

#selected_columnsArray<Types::ColumnIdentifier>

The selected columns of a dataset.

Returns:



14427
14428
14429
14430
14431
14432
14433
# File 'lib/aws-sdk-quicksight/types.rb', line 14427

class FilterOperationSelectedFieldsConfiguration < Struct.new(
  :selected_fields,
  :selected_field_options,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#selected_field_optionsString

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.

^

Returns:

  • (String)


14427
14428
14429
14430
14431
14432
14433
# File 'lib/aws-sdk-quicksight/types.rb', line 14427

class FilterOperationSelectedFieldsConfiguration < Struct.new(
  :selected_fields,
  :selected_field_options,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end

#selected_fieldsArray<String>

Chooses the fields that are filtered in ‘CustomActionFilterOperation`.

Returns:

  • (Array<String>)


14427
14428
14429
14430
14431
14432
14433
# File 'lib/aws-sdk-quicksight/types.rb', line 14427

class FilterOperationSelectedFieldsConfiguration < Struct.new(
  :selected_fields,
  :selected_field_options,
  :selected_columns)
  SENSITIVE = []
  include Aws::Structure
end