Class: Aws::QuickSight::Types::CategoryDrillDownFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CategoryDrillDownFilter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The category drill down filter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#category_values ⇒ Array<String>
A list of the string inputs that are the values of the category drill down filter.
-
#column ⇒ Types::ColumnIdentifier
The column that the filter is applied to.
Instance Attribute Details
#category_values ⇒ Array<String>
A list of the string inputs that are the values of the category drill down filter.
4093 4094 4095 4096 4097 4098 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4093 class CategoryDrillDownFilter < Struct.new( :column, :category_values) SENSITIVE = [] include Aws::Structure end |
#column ⇒ Types::ColumnIdentifier
The column that the filter is applied to.
4093 4094 4095 4096 4097 4098 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4093 class CategoryDrillDownFilter < Struct.new( :column, :category_values) SENSITIVE = [] include Aws::Structure end |