Class: Aws::ResilienceHub::Types::ComponentRecommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ComponentRecommendation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Defines recommendations for an Resilience Hub Application Component, returned as an object. This object contains component names, configuration recommendations, and recommendation statuses.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_component_name ⇒ String
Name of the Application Component.
-
#config_recommendations ⇒ Array<Types::ConfigRecommendation>
List of recommendations.
-
#recommendation_status ⇒ String
Status of the recommendation.
Instance Attribute Details
#app_component_name ⇒ String
Name of the Application Component.
1136 1137 1138 1139 1140 1141 1142 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1136 class ComponentRecommendation < Struct.new( :app_component_name, :config_recommendations, :recommendation_status) SENSITIVE = [] include Aws::Structure end |
#config_recommendations ⇒ Array<Types::ConfigRecommendation>
List of recommendations.
1136 1137 1138 1139 1140 1141 1142 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1136 class ComponentRecommendation < Struct.new( :app_component_name, :config_recommendations, :recommendation_status) SENSITIVE = [] include Aws::Structure end |
#recommendation_status ⇒ String
Status of the recommendation.
1136 1137 1138 1139 1140 1141 1142 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 1136 class ComponentRecommendation < Struct.new( :app_component_name, :config_recommendations, :recommendation_status) SENSITIVE = [] include Aws::Structure end |