Class: Aws::QuickSight::Types::CustomActionFilterOperation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#selected_fields_configurationTypes::FilterOperationSelectedFieldsConfiguration

The configuration that chooses the fields to be filtered.



6398
6399
6400
6401
6402
6403
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6398

class CustomActionFilterOperation < Struct.new(
  :selected_fields_configuration,
  :target_visuals_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#target_visuals_configurationTypes::FilterOperationTargetVisualsConfiguration

The configuration that chooses the target visuals to be filtered.



6398
6399
6400
6401
6402
6403
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6398

class CustomActionFilterOperation < Struct.new(
  :selected_fields_configuration,
  :target_visuals_configuration)
  SENSITIVE = []
  include Aws::Structure
end