Class: Aws::Types::UpdateMitigationActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMitigationActionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
-
#action_params ⇒ Types::MitigationActionParams
Returns the value of attribute action_params.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#action_name ⇒ ::String
Returns the value of attribute action_name.
5226 5227 5228 |
# File 'sig/types.rbs', line 5226 def action_name @action_name end |
#action_params ⇒ Types::MitigationActionParams
Returns the value of attribute action_params.
5228 5229 5230 |
# File 'sig/types.rbs', line 5228 def action_params @action_params end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
5227 5228 5229 |
# File 'sig/types.rbs', line 5227 def role_arn @role_arn end |