Class: Aws::QuickSight::Types::CustomActionFilterOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CustomActionFilterOperation
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The filter operation that filters data included in a visual or in an entire sheet.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#selected_fields_configuration ⇒ Types::FilterOperationSelectedFieldsConfiguration
The configuration that chooses the fields to be filtered.
-
#target_visuals_configuration ⇒ Types::FilterOperationTargetVisualsConfiguration
The configuration that chooses the target visuals to be filtered.
Instance Attribute Details
#selected_fields_configuration ⇒ Types::FilterOperationSelectedFieldsConfiguration
The configuration that chooses the fields to be filtered.
7073 7074 7075 7076 7077 7078 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7073 class CustomActionFilterOperation < Struct.new( :selected_fields_configuration, :target_visuals_configuration) SENSITIVE = [] include Aws::Structure end |
#target_visuals_configuration ⇒ Types::FilterOperationTargetVisualsConfiguration
The configuration that chooses the target visuals to be filtered.
7073 7074 7075 7076 7077 7078 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7073 class CustomActionFilterOperation < Struct.new( :selected_fields_configuration, :target_visuals_configuration) SENSITIVE = [] include Aws::Structure end |