Class: Aws::QuickSight::Types::CustomFilterListConfiguration

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

Overview

A list of custom filter values.

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


7218
7219
7220
7221
7222
7223
7224
7225
# File 'lib/aws-sdk-quicksight/types.rb', line 7218

class CustomFilterListConfiguration < 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)


7218
7219
7220
7221
7222
7223
7224
7225
# File 'lib/aws-sdk-quicksight/types.rb', line 7218

class CustomFilterListConfiguration < 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)


7218
7219
7220
7221
7222
7223
7224
7225
# File 'lib/aws-sdk-quicksight/types.rb', line 7218

class CustomFilterListConfiguration < 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)


7218
7219
7220
7221
7222
7223
7224
7225
# File 'lib/aws-sdk-quicksight/types.rb', line 7218

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