Class: Aws::QuickSight::Types::LayerCustomAction

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

Overview

A layer custom action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_operationsArray<Types::LayerCustomActionOperation>

A list of ‘LayerCustomActionOperations`.

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



20502
20503
20504
20505
20506
20507
20508
20509
20510
# File 'lib/aws-sdk-quicksight/types.rb', line 20502

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

#custom_action_idString

The ID of the custom action.

Returns:

  • (String)


20502
20503
20504
20505
20506
20507
20508
20509
20510
# File 'lib/aws-sdk-quicksight/types.rb', line 20502

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

#nameString

The name of the custom action.

Returns:

  • (String)


20502
20503
20504
20505
20506
20507
20508
20509
20510
# File 'lib/aws-sdk-quicksight/types.rb', line 20502

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

#statusString

The status of the ‘LayerCustomAction`.

Returns:

  • (String)


20502
20503
20504
20505
20506
20507
20508
20509
20510
# File 'lib/aws-sdk-quicksight/types.rb', line 20502

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

#triggerString

The trigger of the ‘LayerCustomAction`.

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)


20502
20503
20504
20505
20506
20507
20508
20509
20510
# File 'lib/aws-sdk-quicksight/types.rb', line 20502

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