Class: Aws::WellArchitected::Types::RemediationSummary

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

Overview

A high-level remediation summary returned in the detail response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#recommendation ⇒ String

A short imperative statement of the recommended action.

Returns:

  • (String)


6728
6729
6730
6731
6732
6733
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6728

class RemediationSummary < Struct.new(
  :recommendation,
  :steps)
  SENSITIVE = []
  include Aws::Structure
end

#steps ⇒ Array<String>

High-level steps to implement the fix.

Returns:

  • (Array<String>)


6728
6729
6730
6731
6732
6733
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6728

class RemediationSummary < Struct.new(
  :recommendation,
  :steps)
  SENSITIVE = []
  include Aws::Structure
end