Class: Aws::Types::ActionDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ActionDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_definition_id ⇒ ::String
Returns the value of attribute action_definition_id.
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
-
#action_type ⇒ ::String
Returns the value of attribute action_type.
Instance Attribute Details
#action_definition_id ⇒ ::String
Returns the value of attribute action_definition_id.
28 29 30 |
# File 'sig/types.rbs', line 28 def action_definition_id @action_definition_id end |
#action_name ⇒ ::String
Returns the value of attribute action_name.
29 30 31 |
# File 'sig/types.rbs', line 29 def action_name @action_name end |
#action_type ⇒ ::String
Returns the value of attribute action_type.
30 31 32 |
# File 'sig/types.rbs', line 30 def action_type @action_type end |