Class: Aws::Types::ComponentRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::ComponentRecommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_component_name ⇒ ::String
Returns the value of attribute app_component_name.
-
#config_recommendations ⇒ ::Array[Types::ConfigRecommendation]
Returns the value of attribute config_recommendations.
-
#recommendation_status ⇒ "BreachedUnattainable", ...
Returns the value of attribute recommendation_status.
Instance Attribute Details
#app_component_name ⇒ ::String
Returns the value of attribute app_component_name.
240 241 242 |
# File 'sig/types.rbs', line 240 def app_component_name @app_component_name end |
#config_recommendations ⇒ ::Array[Types::ConfigRecommendation]
Returns the value of attribute config_recommendations.
241 242 243 |
# File 'sig/types.rbs', line 241 def config_recommendations @config_recommendations end |
#recommendation_status ⇒ "BreachedUnattainable", ...
Returns the value of attribute recommendation_status.
242 243 244 |
# File 'sig/types.rbs', line 242 def recommendation_status @recommendation_status end |