Class: Aws::WellArchitected::Types::TradeOff
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::TradeOff
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
A negative trade-off from acting on the recommendation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the specific risk and the condition that triggers it.
-
#mitigation ⇒ String
A specific action to mitigate the trade-off and when to take it.
-
#pillar ⇒ String
The pillar that could be negatively impacted.
-
#risk ⇒ String
The risk rating for the trade-off.
-
#risk_explanation ⇒ String
An optional explanation providing additional context for the risk rating.
-
#title ⇒ String
A short phrase describing what is lost or degraded.
Instance Attribute Details
#description ⇒ String
A description of the specific risk and the condition that triggers it.
7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7607 class TradeOff < Struct.new( :pillar, :title, :description, :risk, :mitigation, :risk_explanation) SENSITIVE = [] include Aws::Structure end |
#mitigation ⇒ String
A specific action to mitigate the trade-off and when to take it.
7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7607 class TradeOff < Struct.new( :pillar, :title, :description, :risk, :mitigation, :risk_explanation) SENSITIVE = [] include Aws::Structure end |
#pillar ⇒ String
The pillar that could be negatively impacted.
7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7607 class TradeOff < Struct.new( :pillar, :title, :description, :risk, :mitigation, :risk_explanation) SENSITIVE = [] include Aws::Structure end |
#risk ⇒ String
The risk rating for the trade-off.
7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7607 class TradeOff < Struct.new( :pillar, :title, :description, :risk, :mitigation, :risk_explanation) SENSITIVE = [] include Aws::Structure end |
#risk_explanation ⇒ String
An optional explanation providing additional context for the risk rating.
7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7607 class TradeOff < Struct.new( :pillar, :title, :description, :risk, :mitigation, :risk_explanation) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
A short phrase describing what is lost or degraded.
7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7607 class TradeOff < Struct.new( :pillar, :title, :description, :risk, :mitigation, :risk_explanation) SENSITIVE = [] include Aws::Structure end |