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