Class: Aws::Types::RemediationSummary
- Inherits:
-
Object
- Object
- Aws::Types::RemediationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recommendation ⇒ ::String
Returns the value of attribute recommendation.
-
#steps ⇒ ::Array[::String]
Returns the value of attribute steps.
Instance Attribute Details
#recommendation ⇒ ::String
Returns the value of attribute recommendation.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def recommendation @recommendation end |
#steps ⇒ ::Array[::String]
Returns the value of attribute steps.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def steps @steps end |