Class: Aws::Types::RDSDBStorageRecommendationOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_monthly_volume_io_ps_cost_variation"None", ...

Returns the value of attribute estimated_monthly_volume_io_ps_cost_variation.

Returns:

  • ("None", "Low", "Medium", "High")


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.

Returns:

  • (::Integer)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def rank
  @rank
end

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

Returns the value of attribute storage_configuration.



1062
1063
1064
# File 'sig/types.rbs', line 1062

def storage_configuration
  @storage_configuration
end