Class: Aws::Types::ActionContext
- Inherits:
-
Object
- Object
- Aws::Types::ActionContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_execution_id ⇒ ::String
Returns the value of attribute action_execution_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#action_execution_id ⇒ ::String
Returns the value of attribute action_execution_id.
59 60 61 |
# File 'sig/types.rbs', line 59 def action_execution_id @action_execution_id end |
#name ⇒ ::String
Returns the value of attribute name.
58 59 60 |
# File 'sig/types.rbs', line 58 def name @name end |