Class: Aws::Types::ActionIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::ActionIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#action_type ⇒ ::String
Returns the value of attribute action_type.
Instance Attribute Details
#action_id ⇒ ::String
Returns the value of attribute action_id.
18 19 20 |
# File 'sig/types.rbs', line 18 def action_id @action_id end |
#action_type ⇒ ::String
Returns the value of attribute action_type.
17 18 19 |
# File 'sig/types.rbs', line 17 def action_type @action_type end |