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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/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

#recommendationString

A short imperative statement of the recommended action.

Returns:

  • (String)


6716
6717
6718
6719
6720
6721
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6716

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

#stepsArray<String>

High-level steps to implement the fix.

Returns:

  • (Array<String>)


6716
6717
6718
6719
6720
6721
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6716

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