Class: Aws::WellArchitected::Types::RemediationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::RemediationSummary
- 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
-
#recommendation ⇒ String
A short imperative statement of the recommended action.
-
#steps ⇒ Array<String>
High-level steps to implement the fix.
Instance Attribute Details
#recommendation ⇒ String
A short imperative statement of the recommended action.
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.
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 |