Class: Aws::QuickSight::Types::NestedFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::NestedFilter
- 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
-
#column ⇒ Types::ColumnIdentifier
The column that the filter is applied to.
-
#filter_id ⇒ String
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
-
#include_inner_set ⇒ Boolean
A boolean condition to include or exclude the subset that is defined by the values of the nested inner filter.
-
#inner_filter ⇒ Types::InnerFilter
The
InnerFilter
defines the subset of data to be used with theNestedFilter
.
Instance Attribute Details
#column ⇒ Types::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_id ⇒ String
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
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_set ⇒ Boolean
A boolean condition to include or exclude the subset that is defined by the values of the nested inner filter.
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_filter ⇒ Types::InnerFilter
The InnerFilter
defines the subset of data to be used with the
NestedFilter
.
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 |