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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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>)


6744
6745
6746
6747
6748
6749
6750
6751
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6744

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)


6744
6745
6746
6747
6748
6749
6750
6751
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6744

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)


6744
6745
6746
6747
6748
6749
6750
6751
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6744

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)


6744
6745
6746
6747
6748
6749
6750
6751
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6744

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