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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#selected_columnsArray<Types::ColumnIdentifier>

The selected columns of a dataset.

Returns:



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_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)


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_fieldsArray<String>

Chooses the fields that are filtered in CustomActionFilterOperation.

Returns:

  • (Array<String>)


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