Class: Aws::GameLift::Types::ResumeGameServerGroupInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/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)


7517
7518
7519
7520
7521
7522
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7517

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

#resume_actionsArray<String>

The activity to resume for this game server group.

Returns:

  • (Array<String>)


7517
7518
7519
7520
7521
7522
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7517

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