Class: Aws::Route53RecoveryReadiness::Types::Recommendation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53recoveryreadiness/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

Instance Attribute Details

#recommendation_textString

Text of the recommendations that are provided to make an application more recovery resilient.

Returns:

  • (String)


1082
1083
1084
1085
1086
# File 'gems/aws-sdk-route53recoveryreadiness/lib/aws-sdk-route53recoveryreadiness/types.rb', line 1082

class Recommendation < Struct.new(
  :recommendation_text)
  SENSITIVE = []
  include Aws::Structure
end