Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

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


24039
24040
24041
24042
24043
24044
24045
24046
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24039

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)

24039
24040
24041
24042
24043
24044
24045
24046
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24039

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)

24039
24040
24041
24042
24043
24044
24045
24046
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24039

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:


24039
24040
24041
24042
24043
24044
24045
24046
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24039

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