Class: Aws::ResilienceHub::Types::ComponentRecommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ComponentRecommendation
- Defined in:
- gems/aws-sdk-resiliencehub/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
The name of the Application Component.
-
#config_recommendations ⇒ Array<Types::ConfigRecommendation>
The list of recommendations.
-
#recommendation_status ⇒ String
The recommendation status.
Instance Attribute Details
#app_component_name ⇒ String
The name of the Application Component.
643 644 645 646 647 648 649 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 643 class ComponentRecommendation < Struct.new( :app_component_name, :config_recommendations, :recommendation_status) SENSITIVE = [] include Aws::Structure end |
#config_recommendations ⇒ Array<Types::ConfigRecommendation>
The list of recommendations.
643 644 645 646 647 648 649 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 643 class ComponentRecommendation < Struct.new( :app_component_name, :config_recommendations, :recommendation_status) SENSITIVE = [] include Aws::Structure end |
#recommendation_status ⇒ String
The recommendation status.
643 644 645 646 647 648 649 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 643 class ComponentRecommendation < Struct.new( :app_component_name, :config_recommendations, :recommendation_status) SENSITIVE = [] include Aws::Structure end |