Class: Aws::Types::UpdateMitigationActionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMitigationActionResponse
- 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.
5233 5234 5235 |
# File 'sig/types.rbs', line 5233 def action_arn @action_arn end |
#action_id ⇒ ::String
Returns the value of attribute action_id.
5234 5235 5236 |
# File 'sig/types.rbs', line 5234 def action_id @action_id end |