Class: Aws::Route53RecoveryReadiness::Types::Recommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::Recommendation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
Recommendations that are provided to make an application more recovery resilient.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recommendation_text ⇒ String
Text of the recommendations that are provided to make an application more recovery resilient.
Instance Attribute Details
#recommendation_text ⇒ String
Text of the recommendations that are provided to make an application more recovery resilient.
1082 1083 1084 1085 1086 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1082 class Recommendation < Struct.new( :recommendation_text) SENSITIVE = [] include Aws::Structure end |