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.



24329
24330
24331
24332
24333
24334
24335
24336
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24329

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)


24329
24330
24331
24332
24333
24334
24335
24336
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24329

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)


24329
24330
24331
24332
24333
24334
24335
24336
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24329

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:



24329
24330
24331
24332
24333
24334
24335
24336
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24329

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