class Aws::GameLift::Types::StopFleetActionsInput

Represents the input for a request operation.

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

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 stop actions on. You can use
either the fleet ID or ARN value.
@return [String]

@!attribute [rw] actions

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

@!attribute [rw] location

The fleet location to stop 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/StopFleetActionsInput AWS API Documentation

Constants

SENSITIVE