Class: Aws::Types::CrossPillarBenefit
- Inherits:
-
Object
- Object
- Aws::Types::CrossPillarBenefit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#impact ⇒ "HIGH", ...
Returns the value of attribute impact.
-
#pillar ⇒ "COST_OPTIMIZATION", ...
Returns the value of attribute pillar.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
520 521 522 |
# File 'sig/types.rbs', line 520 def description @description end |
#impact ⇒ "HIGH", ...
Returns the value of attribute impact.
521 522 523 |
# File 'sig/types.rbs', line 521 def impact @impact end |
#pillar ⇒ "COST_OPTIMIZATION", ...
Returns the value of attribute pillar.
518 519 520 |
# File 'sig/types.rbs', line 518 def pillar @pillar end |
#title ⇒ ::String
Returns the value of attribute title.
519 520 521 |
# File 'sig/types.rbs', line 519 def title @title end |