Class: Aws::QuickSight::Types::TopicCategoryFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicCategoryFilter
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A structure that represents a category filter.
Constant Summary collapse
- SENSITIVE =
[:constant]
Instance Attribute Summary collapse
-
#category_filter_function ⇒ String
The category filter function.
-
#category_filter_type ⇒ String
The category filter type.
-
#constant ⇒ Types::TopicCategoryFilterConstant
The constant used in a category filter.
-
#inverse ⇒ Boolean
A Boolean value that indicates if the filter is inverse.
Instance Attribute Details
#category_filter_function ⇒ String
The category filter function. Valid values for this structure are
EXACT
and CONTAINS
.
28649 28650 28651 28652 28653 28654 28655 28656 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28649 class TopicCategoryFilter < Struct.new( :category_filter_function, :category_filter_type, :constant, :inverse) SENSITIVE = [:constant] include Aws::Structure end |
#category_filter_type ⇒ String
The category filter type. This element is used to specify whether a filter is a simple category filter or an inverse category filter.
28649 28650 28651 28652 28653 28654 28655 28656 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28649 class TopicCategoryFilter < Struct.new( :category_filter_function, :category_filter_type, :constant, :inverse) SENSITIVE = [:constant] include Aws::Structure end |
#constant ⇒ Types::TopicCategoryFilterConstant
The constant used in a category filter.
28649 28650 28651 28652 28653 28654 28655 28656 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28649 class TopicCategoryFilter < Struct.new( :category_filter_function, :category_filter_type, :constant, :inverse) SENSITIVE = [:constant] include Aws::Structure end |
#inverse ⇒ Boolean
A Boolean value that indicates if the filter is inverse.
28649 28650 28651 28652 28653 28654 28655 28656 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28649 class TopicCategoryFilter < Struct.new( :category_filter_function, :category_filter_type, :constant, :inverse) SENSITIVE = [:constant] include Aws::Structure end |