Class: Aws::Types::VolumeRecommendationOption
- Inherits:
-
Object
- Object
- Aws::Types::VolumeRecommendationOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::VolumeConfiguration
Returns the value of attribute configuration.
-
#performance_risk ⇒ ::Float
Returns the value of attribute performance_risk.
-
#rank ⇒ ::Integer
Returns the value of attribute rank.
-
#savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute savings_opportunity.
-
#savings_opportunity_after_discounts ⇒ Types::EBSSavingsOpportunityAfterDiscounts
Returns the value of attribute savings_opportunity_after_discounts.
Instance Attribute Details
#configuration ⇒ Types::VolumeConfiguration
Returns the value of attribute configuration.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def configuration @configuration end |
#performance_risk ⇒ ::Float
Returns the value of attribute performance_risk.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def performance_risk @performance_risk end |
#rank ⇒ ::Integer
Returns the value of attribute rank.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def rank @rank end |
#savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute savings_opportunity.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def savings_opportunity @savings_opportunity end |
#savings_opportunity_after_discounts ⇒ Types::EBSSavingsOpportunityAfterDiscounts
Returns the value of attribute savings_opportunity_after_discounts.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def savings_opportunity_after_discounts @savings_opportunity_after_discounts end |