Class: Aws::QuickSight::Types::LayerCustomAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LayerCustomAction
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A layer custom action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_operations ⇒ Array<Types::LayerCustomActionOperation>
A list of
LayerCustomActionOperations. -
#custom_action_id ⇒ String
The ID of the custom action.
-
#name ⇒ String
The name of the custom action.
-
#status ⇒ String
The status of the
LayerCustomAction. -
#trigger ⇒ String
The trigger of the
LayerCustomAction.
Instance Attribute Details
#action_operations ⇒ Array<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.
22284 22285 22286 22287 22288 22289 22290 22291 22292 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22284 class LayerCustomAction < Struct.new( :custom_action_id, :name, :status, :trigger, :action_operations) SENSITIVE = [] include Aws::Structure end |
#custom_action_id ⇒ String
The ID of the custom action.
22284 22285 22286 22287 22288 22289 22290 22291 22292 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22284 class LayerCustomAction < Struct.new( :custom_action_id, :name, :status, :trigger, :action_operations) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the custom action.
22284 22285 22286 22287 22288 22289 22290 22291 22292 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22284 class LayerCustomAction < Struct.new( :custom_action_id, :name, :status, :trigger, :action_operations) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the LayerCustomAction.
22284 22285 22286 22287 22288 22289 22290 22291 22292 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22284 class LayerCustomAction < Struct.new( :custom_action_id, :name, :status, :trigger, :action_operations) SENSITIVE = [] include Aws::Structure end |
#trigger ⇒ String
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.
22284 22285 22286 22287 22288 22289 22290 22291 22292 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22284 class LayerCustomAction < Struct.new( :custom_action_id, :name, :status, :trigger, :action_operations) SENSITIVE = [] include Aws::Structure end |