Class: Aws::Types::RDSDBInstanceRecommendationOption
- Inherits:
-
Object
- Object
- Aws::Types::RDSDBInstanceRecommendationOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
-
#performance_risk ⇒ ::Float
Returns the value of attribute performance_risk.
-
#projected_utilization_metrics ⇒ ::Array[Types::RDSDBUtilizationMetric]
Returns the value of attribute projected_utilization_metrics.
-
#rank ⇒ ::Integer
Returns the value of attribute rank.
-
#savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute savings_opportunity.
-
#savings_opportunity_after_discounts ⇒ Types::RDSInstanceSavingsOpportunityAfterDiscounts
Returns the value of attribute savings_opportunity_after_discounts.
Instance Attribute Details
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def db_instance_class @db_instance_class end |
#performance_risk ⇒ ::Float
Returns the value of attribute performance_risk.
1022 1023 1024 |
# File 'sig/types.rbs', line 1022 def performance_risk @performance_risk end |
#projected_utilization_metrics ⇒ ::Array[Types::RDSDBUtilizationMetric]
Returns the value of attribute projected_utilization_metrics.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def projected_utilization_metrics @projected_utilization_metrics end |
#rank ⇒ ::Integer
Returns the value of attribute rank.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def rank @rank end |
#savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute savings_opportunity.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def savings_opportunity @savings_opportunity end |
#savings_opportunity_after_discounts ⇒ Types::RDSInstanceSavingsOpportunityAfterDiscounts
Returns the value of attribute savings_opportunity_after_discounts.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def savings_opportunity_after_discounts @savings_opportunity_after_discounts end |