Class: Aws::Types::RDSDBInstanceRecommendationOption

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_class::String

Returns the value of attribute db_instance_class.

Returns:

  • (::String)


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.

Returns:

  • (::Float)


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.

Returns:



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.

Returns:

  • (::Integer)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def rank
  @rank
end

#savings_opportunityTypes::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_discountsTypes::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