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.
6970 6971 6972 |
# File 'sig/types.rbs', line 6970 def action_operations @action_operations end |
#custom_action_id ⇒ ::String
Returns the value of attribute custom_action_id.
6966 6967 6968 |
# File 'sig/types.rbs', line 6966 def custom_action_id @custom_action_id end |
#name ⇒ ::String
Returns the value of attribute name.
6967 6968 6969 |
# File 'sig/types.rbs', line 6967 def name @name end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
6968 6969 6970 |
# File 'sig/types.rbs', line 6968 def status @status end |
#trigger ⇒ "CLICK", "MENU"
Returns the value of attribute trigger.
6969 6970 6971 |
# File 'sig/types.rbs', line 6969 def trigger @trigger end |