Class: Aws::ResilienceHub::Types::AssessmentRiskRecommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::AssessmentRiskRecommendation
- Includes:
- Structure
- Defined in:
- 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.
<note markdown=“1”> The assessment summary generated by large language models (LLMs) on Amazon Bedrock are only suggestions. The current level of generative AI technology is not perfect and LLMs are not infallible. Bias and incorrect answers, although rare, should be expected. Review each recommendation in the assessment summary before you use the output from an LLM.
</note>
<note markdown=“1”> This property is available only in the US East (N. Virginia) Region.
</note>
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.
<note markdown=“1”> This property is available only in the US East (N. Virginia) Region.
</note>
877 878 879 880 881 882 883 |
# File '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.
<note markdown=“1”> This property is available only in the US East (N. Virginia) Region.
</note>
877 878 879 880 881 882 883 |
# File '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.
<note markdown=“1”> This property is available only in the US East (N. Virginia) Region.
</note>
877 878 879 880 881 882 883 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 877 class AssessmentRiskRecommendation < Struct.new( :app_components, :recommendation, :risk) SENSITIVE = [] include Aws::Structure end |