Class: Aws::QuickSight::Types::ImageCustomAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ImageCustomAction
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A custom action defined on an image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_operations ⇒ Array<Types::ImageCustomActionOperation>
A list of
ImageCustomActionOperations
. -
#custom_action_id ⇒ String
The ID of the custom action.
-
#name ⇒ String
The name of the custom action.
-
#status ⇒ String
The status of the custom action.
-
#trigger ⇒ String
The trigger of the
VisualCustomAction
.
Instance Attribute Details
#action_operations ⇒ Array<Types::ImageCustomActionOperation>
A list of ImageCustomActionOperations
.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
19919 19920 19921 19922 19923 19924 19925 19926 19927 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19919 class ImageCustomAction < 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.
19919 19920 19921 19922 19923 19924 19925 19926 19927 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19919 class ImageCustomAction < Struct.new( :custom_action_id, :name, :status, :trigger, :action_operations) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the custom action.
19919 19920 19921 19922 19923 19924 19925 19926 19927 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19919 class ImageCustomAction < Struct.new( :custom_action_id, :name, :status, :trigger, :action_operations) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the custom action.
19919 19920 19921 19922 19923 19924 19925 19926 19927 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19919 class ImageCustomAction < Struct.new( :custom_action_id, :name, :status, :trigger, :action_operations) SENSITIVE = [] include Aws::Structure end |
#trigger ⇒ String
The trigger of the VisualCustomAction
.
Valid values are defined as follows:
CLICK
: Initiates a custom action by a left pointer click on a data point.MENU
: Initiates a custom action by right pointer click from the menu.
19919 19920 19921 19922 19923 19924 19925 19926 19927 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19919 class ImageCustomAction < Struct.new( :custom_action_id, :name, :status, :trigger, :action_operations) SENSITIVE = [] include Aws::Structure end |