Class: Aws::Types::VisualCustomAction
- Inherits:
-
Object
- Object
- Aws::Types::VisualCustomAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_operations ⇒ ::Array[Types::VisualCustomActionOperation]
Returns the value of attribute action_operations.
-
#custom_action_id ⇒ ::String
Returns the value of attribute custom_action_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
-
#trigger ⇒ "DATA_POINT_CLICK", "DATA_POINT_MENU"
Returns the value of attribute trigger.
Instance Attribute Details
#action_operations ⇒ ::Array[Types::VisualCustomActionOperation]
Returns the value of attribute action_operations.
13008 13009 13010 |
# File 'sig/types.rbs', line 13008 def action_operations @action_operations end |
#custom_action_id ⇒ ::String
Returns the value of attribute custom_action_id.
13004 13005 13006 |
# File 'sig/types.rbs', line 13004 def custom_action_id @custom_action_id end |
#name ⇒ ::String
Returns the value of attribute name.
13005 13006 13007 |
# File 'sig/types.rbs', line 13005 def name @name end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
13006 13007 13008 |
# File 'sig/types.rbs', line 13006 def status @status end |
#trigger ⇒ "DATA_POINT_CLICK", "DATA_POINT_MENU"
Returns the value of attribute trigger.
13007 13008 13009 |
# File 'sig/types.rbs', line 13007 def trigger @trigger end |