Class: Aws::Types::SuggestedFix
- Inherits:
-
Object
- Object
- Aws::Types::SuggestedFix
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
2736 2737 2738 |
# File 'sig/types.rbs', line 2736 def code @code end |
#description ⇒ ::String
Returns the value of attribute description.
2735 2736 2737 |
# File 'sig/types.rbs', line 2735 def description @description end |