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.
7508 7509 7510 7511 7512 7513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7508 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.
7508 7509 7510 7511 7512 7513 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7508 class CustomActionFilterOperation < Struct.new( :selected_fields_configuration, :target_visuals_configuration) SENSITIVE = [] include Aws::Structure end |