Class: Aws::Types::AutoScalingGroupRecommendationOption
- Inherits:
-
Object
- Object
- Aws::Types::AutoScalingGroupRecommendationOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ Types::AutoScalingGroupConfiguration
Returns the value of attribute configuration.
-
#instance_gpu_info ⇒ Types::GpuInfo
Returns the value of attribute instance_gpu_info.
-
#migration_effort ⇒ "VeryLow", ...
Returns the value of attribute migration_effort.
-
#performance_risk ⇒ ::Float
Returns the value of attribute performance_risk.
-
#projected_utilization_metrics ⇒ ::Array[Types::UtilizationMetric]
Returns the value of attribute projected_utilization_metrics.
-
#rank ⇒ ::Integer
Returns the value of attribute rank.
-
#savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute savings_opportunity.
-
#savings_opportunity_after_discounts ⇒ Types::AutoScalingGroupSavingsOpportunityAfterDiscounts
Returns the value of attribute savings_opportunity_after_discounts.
Instance Attribute Details
#configuration ⇒ Types::AutoScalingGroupConfiguration
Returns the value of attribute configuration.
60 61 62 |
# File 'sig/types.rbs', line 60 def configuration @configuration end |
#instance_gpu_info ⇒ Types::GpuInfo
Returns the value of attribute instance_gpu_info.
61 62 63 |
# File 'sig/types.rbs', line 61 def instance_gpu_info @instance_gpu_info end |
#migration_effort ⇒ "VeryLow", ...
Returns the value of attribute migration_effort.
67 68 69 |
# File 'sig/types.rbs', line 67 def migration_effort @migration_effort end |
#performance_risk ⇒ ::Float
Returns the value of attribute performance_risk.
63 64 65 |
# File 'sig/types.rbs', line 63 def performance_risk @performance_risk end |
#projected_utilization_metrics ⇒ ::Array[Types::UtilizationMetric]
Returns the value of attribute projected_utilization_metrics.
62 63 64 |
# File 'sig/types.rbs', line 62 def projected_utilization_metrics @projected_utilization_metrics end |
#rank ⇒ ::Integer
Returns the value of attribute rank.
64 65 66 |
# File 'sig/types.rbs', line 64 def rank @rank end |
#savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute savings_opportunity.
65 66 67 |
# File 'sig/types.rbs', line 65 def savings_opportunity @savings_opportunity end |
#savings_opportunity_after_discounts ⇒ Types::AutoScalingGroupSavingsOpportunityAfterDiscounts
Returns the value of attribute savings_opportunity_after_discounts.
66 67 68 |
# File 'sig/types.rbs', line 66 def savings_opportunity_after_discounts @savings_opportunity_after_discounts end |