Class: Aws::QuickSight::Types::TopicCategoryFilter

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

Overview

A structure that represents a category filter.

Constant Summary collapse

SENSITIVE =
[:constant]

Instance Attribute Summary collapse

Instance Attribute Details

#category_filter_functionString

The category filter function. Valid values for this structure are ‘EXACT` and `CONTAINS`.

Returns:

  • (String)


30267
30268
30269
30270
30271
30272
30273
30274
# File 'lib/aws-sdk-quicksight/types.rb', line 30267

class TopicCategoryFilter < Struct.new(
  :category_filter_function,
  :category_filter_type,
  :constant,
  :inverse)
  SENSITIVE = [:constant]
  include Aws::Structure
end

#category_filter_typeString

The category filter type. This element is used to specify whether a filter is a simple category filter or an inverse category filter.

Returns:

  • (String)


30267
30268
30269
30270
30271
30272
30273
30274
# File 'lib/aws-sdk-quicksight/types.rb', line 30267

class TopicCategoryFilter < Struct.new(
  :category_filter_function,
  :category_filter_type,
  :constant,
  :inverse)
  SENSITIVE = [:constant]
  include Aws::Structure
end

#constantTypes::TopicCategoryFilterConstant

The constant used in a category filter.



30267
30268
30269
30270
30271
30272
30273
30274
# File 'lib/aws-sdk-quicksight/types.rb', line 30267

class TopicCategoryFilter < Struct.new(
  :category_filter_function,
  :category_filter_type,
  :constant,
  :inverse)
  SENSITIVE = [:constant]
  include Aws::Structure
end

#inverseBoolean

A Boolean value that indicates if the filter is inverse.

Returns:

  • (Boolean)


30267
30268
30269
30270
30271
30272
30273
30274
# File 'lib/aws-sdk-quicksight/types.rb', line 30267

class TopicCategoryFilter < Struct.new(
  :category_filter_function,
  :category_filter_type,
  :constant,
  :inverse)
  SENSITIVE = [:constant]
  include Aws::Structure
end