Method: Aws::GameLift::Types::InstanceDefinition#weighted_capacity
- Defined in:
- lib/aws-sdk-gamelift/types.rb
#weighted_capacity ⇒ String
Instance weighting that indicates how much this instance type contributes to the total capacity of a game server group. Instance weights are used by Amazon GameLift Servers FleetIQ to calculate the instance type’s cost per unit hour and better identify the most cost-effective options. For detailed information on weighting instance capacity, see [Instance Weighting] in the *Amazon Elastic Compute Cloud Auto Scaling User Guide*. Default value is “1”.
[1]: docs.aws.amazon.com/autoscaling/ec2/userguide/asg-instance-weighting.html
7638 7639 7640 7641 7642 7643 |
# File 'lib/aws-sdk-gamelift/types.rb', line 7638 class InstanceDefinition < Struct.new( :instance_type, :weighted_capacity) SENSITIVE = [] include Aws::Structure end |