Class: Aws::Types::RDSEffectiveRecommendationPreferences

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cpu_vendor_architectures::Array[("AWS_ARM64" | "CURRENT")]

Returns the value of attribute cpu_vendor_architectures.

Returns:

  • (::Array[("AWS_ARM64" | "CURRENT")])


1092
1093
1094
# File 'sig/types.rbs', line 1092

def cpu_vendor_architectures
  @cpu_vendor_architectures
end

#enhanced_infrastructure_metrics"Active", "Inactive"

Returns the value of attribute enhanced_infrastructure_metrics.

Returns:

  • ("Active", "Inactive")


1093
1094
1095
# File 'sig/types.rbs', line 1093

def enhanced_infrastructure_metrics
  @enhanced_infrastructure_metrics
end

#look_back_period"DAYS_14", ...

Returns the value of attribute look_back_period.

Returns:

  • ("DAYS_14", "DAYS_32", "DAYS_93")


1094
1095
1096
# File 'sig/types.rbs', line 1094

def look_back_period
  @look_back_period
end

#savings_estimation_modeTypes::RDSSavingsEstimationMode

Returns the value of attribute savings_estimation_mode.



1095
1096
1097
# File 'sig/types.rbs', line 1095

def savings_estimation_mode
  @savings_estimation_mode
end