Class: Aws::GameLift::Types::DescribeEC2InstanceLimitsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_instance_limitsArray<Types::EC2InstanceLimit>

The maximum number of instances for the specified instance type.

Returns:



2364
2365
2366
2367
2368
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2364

class DescribeEC2InstanceLimitsOutput < Struct.new(
  :ec2_instance_limits)
  SENSITIVE = []
  include Aws::Structure
end