Class: Aws::Types::ImageCustomAction
- Inherits:
-
Object
- Object
- Aws::Types::ImageCustomAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_operations ⇒ ::Array[Types::ImageCustomActionOperation]
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 ⇒ "CLICK", "MENU"
Returns the value of attribute trigger.
Instance Attribute Details
#action_operations ⇒ ::Array[Types::ImageCustomActionOperation]
Returns the value of attribute action_operations.
6704 6705 6706 |
# File 'sig/types.rbs', line 6704 def action_operations @action_operations end |
#custom_action_id ⇒ ::String
Returns the value of attribute custom_action_id.
6700 6701 6702 |
# File 'sig/types.rbs', line 6700 def custom_action_id @custom_action_id end |
#name ⇒ ::String
Returns the value of attribute name.
6701 6702 6703 |
# File 'sig/types.rbs', line 6701 def name @name end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
6702 6703 6704 |
# File 'sig/types.rbs', line 6702 def status @status end |
#trigger ⇒ "CLICK", "MENU"
Returns the value of attribute trigger.
6703 6704 6705 |
# File 'sig/types.rbs', line 6703 def trigger @trigger end |