Class: Aws::Types::RecommendationPreferencesDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enhanced_infrastructure_metrics"Active", "Inactive"

Returns the value of attribute enhanced_infrastructure_metrics.

Returns:

  • ("Active", "Inactive")


1153
1154
1155
# File 'sig/types.rbs', line 1153

def enhanced_infrastructure_metrics
  @enhanced_infrastructure_metrics
end

#external_metrics_preferenceTypes::ExternalMetricsPreference

Returns the value of attribute external_metrics_preference.



1155
1156
1157
# File 'sig/types.rbs', line 1155

def external_metrics_preference
  @external_metrics_preference
end

#inferred_workload_types"Active", "Inactive"

Returns the value of attribute inferred_workload_types.

Returns:

  • ("Active", "Inactive")


1154
1155
1156
# File 'sig/types.rbs', line 1154

def inferred_workload_types
  @inferred_workload_types
end

#look_back_period"DAYS_14", ...

Returns the value of attribute look_back_period.

Returns:

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


1156
1157
1158
# File 'sig/types.rbs', line 1156

def look_back_period
  @look_back_period
end

#preferred_resources::Array[Types::EffectivePreferredResource]

Returns the value of attribute preferred_resources.

Returns:



1158
1159
1160
# File 'sig/types.rbs', line 1158

def preferred_resources
  @preferred_resources
end

#resource_type"Ec2Instance", ...

Returns the value of attribute resource_type.

Returns:

  • ("Ec2Instance", "AutoScalingGroup", "EbsVolume", "LambdaFunction", "NotApplicable", "EcsService", "License", "RdsDBInstance", "AuroraDBClusterStorage", "Idle")


1152
1153
1154
# File 'sig/types.rbs', line 1152

def resource_type
  @resource_type
end

#savings_estimation_mode"AfterDiscounts", "BeforeDiscounts"

Returns the value of attribute savings_estimation_mode.

Returns:

  • ("AfterDiscounts", "BeforeDiscounts")


1159
1160
1161
# File 'sig/types.rbs', line 1159

def savings_estimation_mode
  @savings_estimation_mode
end

#scopeTypes::Scope

Returns the value of attribute scope.

Returns:



1151
1152
1153
# File 'sig/types.rbs', line 1151

def scope
  @scope
end

#utilization_preferences::Array[Types::UtilizationPreference]

Returns the value of attribute utilization_preferences.

Returns:



1157
1158
1159
# File 'sig/types.rbs', line 1157

def utilization_preferences
  @utilization_preferences
end