Class: Aws::Types::CreateMitigationActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMitigationActionRequest
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#action_name ⇒ ::String
Returns the value of attribute action_name.
990 991 992 |
# File 'sig/types.rbs', line 990 def action_name @action_name end |
#action_params ⇒ Types::MitigationActionParams
Returns the value of attribute action_params.
992 993 994 |
# File 'sig/types.rbs', line 992 def action_params @action_params end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
991 992 993 |
# File 'sig/types.rbs', line 991 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
993 994 995 |
# File 'sig/types.rbs', line 993 def @tags end |