Class: Aws::QuickSight::Types::FilterListConfiguration

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

Overview

A list of filter configurations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#category_valuesArray<String>

The list of category values for the filter.

Returns:

  • (Array<String>)


14322
14323
14324
14325
14326
14327
14328
14329
# File 'lib/aws-sdk-quicksight/types.rb', line 14322

class FilterListConfiguration < Struct.new(
  :match_operator,
  :category_values,
  :select_all_options,
  :null_option)
  SENSITIVE = []
  include Aws::Structure
end

#match_operatorString

The match operator that is used to determine if a filter should be applied.

Returns:

  • (String)


14322
14323
14324
14325
14326
14327
14328
14329
# File 'lib/aws-sdk-quicksight/types.rb', line 14322

class FilterListConfiguration < Struct.new(
  :match_operator,
  :category_values,
  :select_all_options,
  :null_option)
  SENSITIVE = []
  include Aws::Structure
end

#null_optionString

This option determines how null values should be treated when filtering data.

  • ‘ALL_VALUES`: Include null values in filtered results.

  • ‘NULLS_ONLY`: Only include null values in filtered results.

  • ‘NON_NULLS_ONLY`: Exclude null values from filtered results.

Returns:

  • (String)


14322
14323
14324
14325
14326
14327
14328
14329
# File 'lib/aws-sdk-quicksight/types.rb', line 14322

class FilterListConfiguration < Struct.new(
  :match_operator,
  :category_values,
  :select_all_options,
  :null_option)
  SENSITIVE = []
  include Aws::Structure
end

#select_all_optionsString

Select all of the values. Null is not the assigned value of select all.

  • ‘FILTER_ALL_VALUES`

^

Returns:

  • (String)


14322
14323
14324
14325
14326
14327
14328
14329
# File 'lib/aws-sdk-quicksight/types.rb', line 14322

class FilterListConfiguration < Struct.new(
  :match_operator,
  :category_values,
  :select_all_options,
  :null_option)
  SENSITIVE = []
  include Aws::Structure
end