Class: Aws::QuickSight::Types::VisualCustomActionOperation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The operation that is defined by the custom action.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filter_operationTypes::CustomActionFilterOperation

The filter operation that filters data included in a visual or in an entire sheet.



33305
33306
33307
33308
33309
33310
33311
33312
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33305

class VisualCustomActionOperation < Struct.new(
  :filter_operation,
  :navigation_operation,
  :url_operation,
  :set_parameters_operation)
  SENSITIVE = []
  include Aws::Structure
end

The navigation operation that navigates between different sheets in the same analysis.



33305
33306
33307
33308
33309
33310
33311
33312
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33305

class VisualCustomActionOperation < Struct.new(
  :filter_operation,
  :navigation_operation,
  :url_operation,
  :set_parameters_operation)
  SENSITIVE = []
  include Aws::Structure
end

#set_parameters_operationTypes::CustomActionSetParametersOperation

The set parameter operation that sets parameters in custom action.



33305
33306
33307
33308
33309
33310
33311
33312
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33305

class VisualCustomActionOperation < Struct.new(
  :filter_operation,
  :navigation_operation,
  :url_operation,
  :set_parameters_operation)
  SENSITIVE = []
  include Aws::Structure
end

#url_operationTypes::CustomActionURLOperation

The URL operation that opens a link to another webpage.



33305
33306
33307
33308
33309
33310
33311
33312
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33305

class VisualCustomActionOperation < Struct.new(
  :filter_operation,
  :navigation_operation,
  :url_operation,
  :set_parameters_operation)
  SENSITIVE = []
  include Aws::Structure
end