Class: Aws::QuickSight::Types::CategoryDrillDownFilter

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

Overview

The category drill down filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#category_valuesArray<String>

A list of the string inputs that are the values of the category drill down filter.

Returns:

  • (Array<String>)


3653
3654
3655
3656
3657
3658
# File 'lib/aws-sdk-quicksight/types.rb', line 3653

class CategoryDrillDownFilter < Struct.new(
  :column,
  :category_values)
  SENSITIVE = []
  include Aws::Structure
end

#columnTypes::ColumnIdentifier

The column that the filter is applied to.



3653
3654
3655
3656
3657
3658
# File 'lib/aws-sdk-quicksight/types.rb', line 3653

class CategoryDrillDownFilter < Struct.new(
  :column,
  :category_values)
  SENSITIVE = []
  include Aws::Structure
end