Class: Aws::Types::MitigationAction
- Inherits:
-
Object
- Object
- Aws::Types::MitigationAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_params ⇒ Types::MitigationActionParams
Returns the value of attribute action_params.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#action_params ⇒ Types::MitigationActionParams
Returns the value of attribute action_params.
3946 3947 3948 |
# File 'sig/types.rbs', line 3946 def action_params @action_params end |
#id ⇒ ::String
Returns the value of attribute id.
3944 3945 3946 |
# File 'sig/types.rbs', line 3944 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
3943 3944 3945 |
# File 'sig/types.rbs', line 3943 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3945 3946 3947 |
# File 'sig/types.rbs', line 3945 def role_arn @role_arn end |