Class: Aws::Types::RDSDBStorageRecommendationOption
- Inherits:
-
Object
- Object
- Aws::Types::RDSDBStorageRecommendationOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#estimated_monthly_volume_io_ps_cost_variation ⇒ "None", ...
Returns the value of attribute estimated_monthly_volume_io_ps_cost_variation.
-
#rank ⇒ ::Integer
Returns the value of attribute rank.
-
#savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute savings_opportunity.
-
#savings_opportunity_after_discounts ⇒ Types::RDSStorageSavingsOpportunityAfterDiscounts
Returns the value of attribute savings_opportunity_after_discounts.
-
#storage_configuration ⇒ Types::DBStorageConfiguration
Returns the value of attribute storage_configuration.
Instance Attribute Details
#estimated_monthly_volume_io_ps_cost_variation ⇒ "None", ...
Returns the value of attribute estimated_monthly_volume_io_ps_cost_variation.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def estimated_monthly_volume_io_ps_cost_variation @estimated_monthly_volume_io_ps_cost_variation end |
#rank ⇒ ::Integer
Returns the value of attribute rank.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def rank @rank end |
#savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute savings_opportunity.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def savings_opportunity @savings_opportunity end |
#savings_opportunity_after_discounts ⇒ Types::RDSStorageSavingsOpportunityAfterDiscounts
Returns the value of attribute savings_opportunity_after_discounts.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def savings_opportunity_after_discounts @savings_opportunity_after_discounts end |
#storage_configuration ⇒ Types::DBStorageConfiguration
Returns the value of attribute storage_configuration.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def storage_configuration @storage_configuration end |