Class: Aws::QuickSight::Types::VisualCustomAction

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

Overview

A custom action defined on a visual.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_operationsArray<Types::VisualCustomActionOperation>

A list of ‘VisualCustomActionOperations`.

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



35058
35059
35060
35061
35062
35063
35064
35065
35066
# File 'lib/aws-sdk-quicksight/types.rb', line 35058

class VisualCustomAction < Struct.new(
  :custom_action_id,
  :name,
  :status,
  :trigger,
  :action_operations)
  SENSITIVE = []
  include Aws::Structure
end

#custom_action_idString

The ID of the ‘VisualCustomAction`.

Returns:

  • (String)


35058
35059
35060
35061
35062
35063
35064
35065
35066
# File 'lib/aws-sdk-quicksight/types.rb', line 35058

class VisualCustomAction < Struct.new(
  :custom_action_id,
  :name,
  :status,
  :trigger,
  :action_operations)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the ‘VisualCustomAction`.

Returns:

  • (String)


35058
35059
35060
35061
35062
35063
35064
35065
35066
# File 'lib/aws-sdk-quicksight/types.rb', line 35058

class VisualCustomAction < Struct.new(
  :custom_action_id,
  :name,
  :status,
  :trigger,
  :action_operations)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the ‘VisualCustomAction`.

Returns:

  • (String)


35058
35059
35060
35061
35062
35063
35064
35065
35066
# File 'lib/aws-sdk-quicksight/types.rb', line 35058

class VisualCustomAction < Struct.new(
  :custom_action_id,
  :name,
  :status,
  :trigger,
  :action_operations)
  SENSITIVE = []
  include Aws::Structure
end

#triggerString

The trigger of the ‘VisualCustomAction`.

Valid values are defined as follows:

  • ‘DATA_POINT_CLICK`: Initiates a custom action by a left pointer click on a data point.

  • ‘DATA_POINT_MENU`: Initiates a custom action by right pointer click from the menu.

Returns:

  • (String)


35058
35059
35060
35061
35062
35063
35064
35065
35066
# File 'lib/aws-sdk-quicksight/types.rb', line 35058

class VisualCustomAction < Struct.new(
  :custom_action_id,
  :name,
  :status,
  :trigger,
  :action_operations)
  SENSITIVE = []
  include Aws::Structure
end