Class: Aws::Resiliencehubv2::Types::InfrastructureAndCodeRecommendation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#suggested_changesArray<String>

The list of suggested changes.

Returns:

  • (Array<String>)


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