Class: Aws::ResilienceHub::Types::AssessmentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::AssessmentSummary
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Indicates the AI-generated summary for the Resilience Hub assessment, providing a concise overview that highlights the top risks and recommendations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#risk_recommendations ⇒ Array<Types::AssessmentRiskRecommendation>
Indicates the top risks and recommendations identified by the Resilience Hub assessment, each representing a specific risk and the corresponding recommendation to address it.
-
#summary ⇒ String
Indicates a concise summary that provides an overview of the Resilience Hub assessment.
Instance Attribute Details
#risk_recommendations ⇒ Array<Types::AssessmentRiskRecommendation>
Indicates the top risks and recommendations identified by the Resilience Hub assessment, each representing a specific risk and the corresponding recommendation to address it.
914 915 916 917 918 919 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 914 class AssessmentSummary < Struct.new( :risk_recommendations, :summary) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ String
Indicates a concise summary that provides an overview of the Resilience Hub assessment.
914 915 916 917 918 919 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 914 class AssessmentSummary < Struct.new( :risk_recommendations, :summary) SENSITIVE = [] include Aws::Structure end |