Class: Aws::Types::RecommendedActionUpdate
- Inherits:
-
Object
- Object
- Aws::Types::RecommendedActionUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#action_id ⇒ ::String
Returns the value of attribute action_id.
3655 3656 3657 |
# File 'sig/types.rbs', line 3655 def action_id @action_id end |
#status ⇒ ::String
Returns the value of attribute status.
3656 3657 3658 |
# File 'sig/types.rbs', line 3656 def status @status end |