Class: Aws::WellArchitected::Types::RemediationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::RemediationSummary
- 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
-
#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.
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 |
#steps ⇒ Array<String>
High-level steps to implement the fix.
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 |