You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GameLift::Types::FleetCapacity

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about the fleet's capacity. Fleet capacity is measured in EC2 instances. By default, new fleets have a capacity of one instance, but can be updated as needed. The maximum number of instances for a fleet is determined by the fleet's instance type.

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_idString

A unique identifier for a fleet.

Returns:

  • (String)

    A unique identifier for a fleet.

#instance_countsTypes::EC2InstanceCounts

Current status of fleet capacity.

Returns:

#instance_typeString

Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Amazon GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.

Returns:

  • (String)

    Name of an EC2 instance type that is supported in Amazon GameLift.