Class: Aws::Resiliencehubv2::Types::TestingRecommendation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

A testing recommendation to address a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#suggested_changesArray<String>

The list of suggested testing changes.

Returns:

  • (Array<String>)


4421
4422
4423
4424
4425
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4421

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