Class: Aws::Types::PutRecommendationPreferencesRequest

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")


1006
1007
1008
# File 'sig/types.rbs', line 1006

def enhanced_infrastructure_metrics
  @enhanced_infrastructure_metrics
end

#external_metrics_preferenceTypes::ExternalMetricsPreference

Returns the value of attribute external_metrics_preference.



1008
1009
1010
# File 'sig/types.rbs', line 1008

def external_metrics_preference
  @external_metrics_preference
end

#inferred_workload_types"Active", "Inactive"

Returns the value of attribute inferred_workload_types.

Returns:

  • ("Active", "Inactive")


1007
1008
1009
# File 'sig/types.rbs', line 1007

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")


1009
1010
1011
# File 'sig/types.rbs', line 1009

def look_back_period
  @look_back_period
end

#preferred_resources::Array[Types::PreferredResource]

Returns the value of attribute preferred_resources.

Returns:



1011
1012
1013
# File 'sig/types.rbs', line 1011

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")


1004
1005
1006
# File 'sig/types.rbs', line 1004

def resource_type
  @resource_type
end

#savings_estimation_mode"AfterDiscounts", "BeforeDiscounts"

Returns the value of attribute savings_estimation_mode.

Returns:

  • ("AfterDiscounts", "BeforeDiscounts")


1012
1013
1014
# File 'sig/types.rbs', line 1012

def savings_estimation_mode
  @savings_estimation_mode
end

#scopeTypes::Scope

Returns the value of attribute scope.

Returns:



1005
1006
1007
# File 'sig/types.rbs', line 1005

def scope
  @scope
end

#utilization_preferences::Array[Types::UtilizationPreference]

Returns the value of attribute utilization_preferences.

Returns:



1010
1011
1012
# File 'sig/types.rbs', line 1010

def utilization_preferences
  @utilization_preferences
end