Class: Aws::GameLift::Types::SuspendGameServerGroupInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#game_server_group_nameString

A unique identifier for the game server group. Use either the name or ARN value.

Returns:

  • (String)


8441
8442
8443
8444
8445
8446
# File 'lib/aws-sdk-gamelift/types.rb', line 8441

class SuspendGameServerGroupInput < Struct.new(
  :game_server_group_name,
  :suspend_actions)
  SENSITIVE = []
  include Aws::Structure
end

#suspend_actionsArray<String>

The activity to suspend for this game server group.

Returns:

  • (Array<String>)


8441
8442
8443
8444
8445
8446
# File 'lib/aws-sdk-gamelift/types.rb', line 8441

class SuspendGameServerGroupInput < Struct.new(
  :game_server_group_name,
  :suspend_actions)
  SENSITIVE = []
  include Aws::Structure
end