Class: Aws::Resiliencehubv2::Types::InfrastructureAndCodeRecommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::InfrastructureAndCodeRecommendation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
An infrastructure and code recommendation to address a finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#suggested_changes ⇒ Array<String>
The list of suggested changes.
Instance Attribute Details
#suggested_changes ⇒ Array<String>
The list of suggested changes.
1654 1655 1656 1657 1658 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1654 class InfrastructureAndCodeRecommendation < Struct.new( :suggested_changes) SENSITIVE = [] include Aws::Structure end |