Class: Aws::Types::CreateMitigationActionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateMitigationActionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_arn ⇒ ::String
Returns the value of attribute action_arn.
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
Instance Attribute Details
#action_arn ⇒ ::String
Returns the value of attribute action_arn.
998 999 1000 |
# File 'sig/types.rbs', line 998 def action_arn @action_arn end |
#action_id ⇒ ::String
Returns the value of attribute action_id.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def action_id @action_id end |