class Aws::GameLift::Types::UpdateFleetCapacityInput

Represents the input for a request operation.

@note When making an API call, you may pass UpdateFleetCapacityInput

data as a hash:

    {
      fleet_id: "FleetIdOrArn", # required
      desired_instances: 1,
      min_size: 1,
      max_size: 1,
      location: "LocationStringModel",
    }

@!attribute [rw] fleet_id

A unique identifier for the fleet to update capacity settings for.
You can use either the fleet ID or ARN value.
@return [String]

@!attribute [rw] desired_instances

The number of EC2 instances you want to maintain in the specified
fleet location. This value must fall between the minimum and maximum
size limits.
@return [Integer]

@!attribute [rw] min_size

The minimum number of instances that are allowed in the specified
fleet location. If this parameter is not set, the default is 0.
@return [Integer]

@!attribute [rw] max_size

The maximum number of instances that are allowed in the specified
fleet location. If this parameter is not set, the default is 1.
@return [Integer]

@!attribute [rw] location

The name of a remote location to update fleet capacity settings for,
in the form of an AWS Region code such as `us-west-2`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/UpdateFleetCapacityInput AWS API Documentation

Constants

SENSITIVE