Class: Aws::Resiliencehubv2::Types::TestingRecommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::TestingRecommendation
- 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
-
#suggested_changes ⇒ Array<String>
The list of suggested testing changes.
Instance Attribute Details
#suggested_changes ⇒ Array<String>
The list of suggested testing changes.
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 |