Class: Aws::Types::CustomAction
- Inherits:
-
Object
- Object
- Aws::Types::CustomAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_definition ⇒ Types::ActionDefinition
Returns the value of attribute action_definition.
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
Instance Attribute Details
#action_definition ⇒ Types::ActionDefinition
Returns the value of attribute action_definition.
369 370 371 |
# File 'sig/types.rbs', line 369 def action_definition @action_definition end |
#action_name ⇒ ::String
Returns the value of attribute action_name.
368 369 370 |
# File 'sig/types.rbs', line 368 def action_name @action_name end |