class Aws::GameLift::Types::StartFleetActionsInput

Represents the input for a request operation.

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

data as a hash:

    {
      fleet_id: "FleetIdOrArn", # required
      actions: ["AUTO_SCALING"], # required, accepts AUTO_SCALING
      location: "LocationStringModel",
    }

@!attribute [rw] fleet_id

A unique identifier for the fleet to restart actions on. You can use
either the fleet ID or ARN value.
@return [String]

@!attribute [rw] actions

List of actions to restart on the fleet.
@return [Array<String>]

@!attribute [rw] location

The fleet location to restart fleet actions for. Specify a location
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/StartFleetActionsInput AWS API Documentation

Constants

SENSITIVE