class Aws::GameLift::Types::SuspendGameServerGroupInput

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

data as a hash:

    {
      game_server_group_name: "GameServerGroupNameOrArn", # required
      suspend_actions: ["REPLACE_INSTANCE_TYPES"], # required, accepts REPLACE_INSTANCE_TYPES
    }

@!attribute [rw] game_server_group_name

A unique identifier for the game server group. Use either the
GameServerGroup name or ARN value.
@return [String]

@!attribute [rw] suspend_actions

The activity to suspend for this game server group.
@return [Array<String>]

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

Constants

SENSITIVE