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

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

Instance Attribute Details

#selected_fields_configurationTypes::FilterOperationSelectedFieldsConfiguration

The configuration that chooses the fields to be filtered.



6959
6960
6961
6962
6963
6964
# File 'lib/aws-sdk-quicksight/types.rb', line 6959

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.



6959
6960
6961
6962
6963
6964
# File 'lib/aws-sdk-quicksight/types.rb', line 6959

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