Class: Aws::ResilienceHub::Types::AssessmentSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

<note markdown=“1”> This property is available only in the US East (N. Virginia) Region.

</note>

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#risk_recommendationsArray<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.

<note markdown=“1”> This property is available only in the US East (N. Virginia) Region.

</note>


914
915
916
917
918
919
# File 'lib/aws-sdk-resiliencehub/types.rb', line 914

class AssessmentSummary < Struct.new(
  :risk_recommendations,
  :summary)
  SENSITIVE = []
  include Aws::Structure
end

#summaryString

Indicates a concise summary that provides an overview of the Resilience Hub assessment.

<note markdown=“1”> This property is available only in the US East (N. Virginia) Region.

</note>

Returns:

  • (String)


914
915
916
917
918
919
# File 'lib/aws-sdk-resiliencehub/types.rb', line 914

class AssessmentSummary < Struct.new(
  :risk_recommendations,
  :summary)
  SENSITIVE = []
  include Aws::Structure
end