Class: Aws::Types::MitigationActionIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::MitigationActionIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_arn ⇒ ::String
Returns the value of attribute action_arn.
-
#action_name ⇒ ::String
Returns the value of attribute action_name.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
Instance Attribute Details
#action_arn ⇒ ::String
Returns the value of attribute action_arn.
3952 3953 3954 |
# File 'sig/types.rbs', line 3952 def action_arn @action_arn end |
#action_name ⇒ ::String
Returns the value of attribute action_name.
3951 3952 3953 |
# File 'sig/types.rbs', line 3951 def action_name @action_name end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
3953 3954 3955 |
# File 'sig/types.rbs', line 3953 def creation_date @creation_date end |