Class: Aws::Types::AssessmentRiskRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentRiskRecommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_components ⇒ ::Array[::String]
Returns the value of attribute app_components.
-
#recommendation ⇒ ::String
Returns the value of attribute recommendation.
-
#risk ⇒ ::String
Returns the value of attribute risk.
Instance Attribute Details
#app_components ⇒ ::Array[::String]
Returns the value of attribute app_components.
184 185 186 |
# File 'sig/types.rbs', line 184 def app_components @app_components end |
#recommendation ⇒ ::String
Returns the value of attribute recommendation.
185 186 187 |
# File 'sig/types.rbs', line 185 def recommendation @recommendation end |
#risk ⇒ ::String
Returns the value of attribute risk.
186 187 188 |
# File 'sig/types.rbs', line 186 def risk @risk end |