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

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


3297
3298
3299
3300
3301
3302
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3297

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

#columnTypes::ColumnIdentifier

The column that the filter is applied to.



3297
3298
3299
3300
3301
3302
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3297

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