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 assessnent 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 assessnent and are associated with the identified risk and recommendation.
877 878 879 880 881 882 883 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 877 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.
877 878 879 880 881 882 883 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 877 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.
877 878 879 880 881 882 883 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 877 class AssessmentRiskRecommendation < Struct.new( :app_components, :recommendation, :risk) SENSITIVE = [] include Aws::Structure end |