Class: Aws::ResilienceHub::Types::AssessmentRiskRecommendation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResilienceHub::Types::AssessmentRiskRecommendation
 
 
- Defined in:
 - gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
 
Overview
Indicates a specific risk identified in the Resilience Hub assessment and the corresponding recommendation provided to address that risk.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #app_components  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the Application Components (AppComponents) that were assessed as part of the assessment and are associated with the identified risk and recommendation.
 - 
  
    
      #recommendation  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the recommendation provided by the Resilience Hub to address the identified risks in the application.
 - 
  
    
      #risk  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the description of the potential risk identified in the application as part of the Resilience Hub assessment.
 
Instance Attribute Details
#app_components ⇒ Array<String>
Indicates the Application Components (AppComponents) that were assessed as part of the assessment and are associated with the identified risk and recommendation.
      900 901 902 903 904 905 906  | 
    
      # File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 900 class AssessmentRiskRecommendation < Struct.new( :app_components, :recommendation, :risk) SENSITIVE = [] include Aws::Structure end  | 
  
#recommendation ⇒ String
Indicates the recommendation provided by the Resilience Hub to address the identified risks in the application.
      900 901 902 903 904 905 906  | 
    
      # File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 900 class AssessmentRiskRecommendation < Struct.new( :app_components, :recommendation, :risk) SENSITIVE = [] include Aws::Structure end  | 
  
#risk ⇒ String
Indicates the description of the potential risk identified in the application as part of the Resilience Hub assessment.
      900 901 902 903 904 905 906  | 
    
      # File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 900 class AssessmentRiskRecommendation < Struct.new( :app_components, :recommendation, :risk) SENSITIVE = [] include Aws::Structure end  |