Class: Aws::QuickSight::Types::ImageCustomActionOperation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

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

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



19417
19418
19419
19420
19421
19422
19423
# File 'lib/aws-sdk-quicksight/types.rb', line 19417

class ImageCustomActionOperation < Struct.new(
  :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.



19417
19418
19419
19420
19421
19422
19423
# File 'lib/aws-sdk-quicksight/types.rb', line 19417

class ImageCustomActionOperation < Struct.new(
  :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.



19417
19418
19419
19420
19421
19422
19423
# File 'lib/aws-sdk-quicksight/types.rb', line 19417

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