Class: Aws::Types::PossibleRemediationActions
- Inherits:
-
Object
- Object
- Aws::Types::PossibleRemediationActions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::PossibleRemediationAction]
Returns the value of attribute actions.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#actions ⇒ ::Array[Types::PossibleRemediationAction]
Returns the value of attribute actions.
903 904 905 |
# File 'sig/types.rbs', line 903 def actions @actions end |
#description ⇒ ::String
Returns the value of attribute description.
902 903 904 |
# File 'sig/types.rbs', line 902 def description @description end |