Class: Aws::Types::TradeOff
- Inherits:
-
Object
- Object
- Aws::Types::TradeOff
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#mitigation ⇒ ::String
Returns the value of attribute mitigation.
-
#pillar ⇒ "COST_OPTIMIZATION", ...
Returns the value of attribute pillar.
-
#risk ⇒ "LOW", ...
Returns the value of attribute risk.
-
#risk_explanation ⇒ ::String
Returns the value of attribute risk_explanation.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def description @description end |
#mitigation ⇒ ::String
Returns the value of attribute mitigation.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def mitigation @mitigation end |
#pillar ⇒ "COST_OPTIMIZATION", ...
Returns the value of attribute pillar.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def pillar @pillar end |
#risk ⇒ "LOW", ...
Returns the value of attribute risk.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def risk @risk end |
#risk_explanation ⇒ ::String
Returns the value of attribute risk_explanation.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def risk_explanation @risk_explanation end |
#title ⇒ ::String
Returns the value of attribute title.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def title @title end |