Class: Aws::QuickSight::Types::CustomActionFilterOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CustomActionFilterOperation
- Includes:
- Structure
- Defined in:
- 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.
7514 7515 7516 7517 7518 7519 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7514 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.
7514 7515 7516 7517 7518 7519 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7514 class CustomActionFilterOperation < Struct.new( :selected_fields_configuration, :target_visuals_configuration) SENSITIVE = [] include Aws::Structure end |