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

Class: Aws::GameLift::Types::StopFleetActionsInput

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

Overview

Note:

When passing StopFleetActionsInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<String>

List of actions to suspend on the fleet.

Returns:

  • (Array<String>)

    List of actions to suspend on the fleet.

#fleet_idString

A unique identifier for a fleet to stop actions on. You can use either the fleet ID or ARN value.

Returns:

  • (String)

    A unique identifier for a fleet to stop actions on.