Class: Aws::QuickSight::Types::NestedFilter

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

Overview

A ‘NestedFilter` filters data with a subset of data that is defined by the nested inner filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#columnTypes::ColumnIdentifier

The column that the filter is applied to.



21497
21498
21499
21500
21501
21502
21503
21504
# File 'lib/aws-sdk-quicksight/types.rb', line 21497

class NestedFilter < Struct.new(
  :filter_id,
  :column,
  :include_inner_set,
  :inner_filter)
  SENSITIVE = []
  include Aws::Structure
end

#filter_idString

An identifier that uniquely identifies a filter within a dashboard, analysis, or template.

Returns:

  • (String)


21497
21498
21499
21500
21501
21502
21503
21504
# File 'lib/aws-sdk-quicksight/types.rb', line 21497

class NestedFilter < Struct.new(
  :filter_id,
  :column,
  :include_inner_set,
  :inner_filter)
  SENSITIVE = []
  include Aws::Structure
end

#include_inner_setBoolean

A boolean condition to include or exclude the subset that is defined by the values of the nested inner filter.

Returns:

  • (Boolean)


21497
21498
21499
21500
21501
21502
21503
21504
# File 'lib/aws-sdk-quicksight/types.rb', line 21497

class NestedFilter < Struct.new(
  :filter_id,
  :column,
  :include_inner_set,
  :inner_filter)
  SENSITIVE = []
  include Aws::Structure
end

#inner_filterTypes::InnerFilter

The ‘InnerFilter` defines the subset of data to be used with the `NestedFilter`.

Returns:



21497
21498
21499
21500
21501
21502
21503
21504
# File 'lib/aws-sdk-quicksight/types.rb', line 21497

class NestedFilter < Struct.new(
  :filter_id,
  :column,
  :include_inner_set,
  :inner_filter)
  SENSITIVE = []
  include Aws::Structure
end