Class: Aws::Types::AutoScalingGroupRecommendationOption

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::AutoScalingGroupConfiguration

Returns the value of attribute configuration.

Returns:



60
61
62
# File 'sig/types.rbs', line 60

def configuration
  @configuration
end

#instance_gpu_infoTypes::GpuInfo

Returns the value of attribute instance_gpu_info.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



64
65
66
# File 'sig/types.rbs', line 64

def rank
  @rank
end

#savings_opportunityTypes::SavingsOpportunity

Returns the value of attribute savings_opportunity.

Returns:



65
66
67
# File 'sig/types.rbs', line 65

def savings_opportunity
  @savings_opportunity
end

#savings_opportunity_after_discountsTypes::AutoScalingGroupSavingsOpportunityAfterDiscounts

Returns the value of attribute savings_opportunity_after_discounts.

Returns:



66
67
68
# File 'sig/types.rbs', line 66

def savings_opportunity_after_discounts
  @savings_opportunity_after_discounts
end