Class: Aws::Resiliencehubv2::Types::ObservabilityRecommendation

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

Overview

An observability recommendation to address a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#suggested_changesArray<String>

The list of suggested observability changes.

Returns:

  • (Array<String>)


2521
2522
2523
2524
2525
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 2521

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