Class: Aws::GameLift::Types::UpdateRuntimeConfigurationInput

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

#fleet_idString

A unique identifier for the fleet to update runtime configuration for. You can use either the fleet ID or ARN value.

Returns:

  • (String)


13005
13006
13007
13008
13009
13010
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 13005

class UpdateRuntimeConfigurationInput < Struct.new(
  :fleet_id,
  :runtime_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#runtime_configurationTypes::RuntimeConfiguration

Instructions for launching server processes on fleet computes. Server processes run either a custom game build executable or a Amazon GameLift Servers Realtime script. The runtime configuration lists the types of server processes to run, how to launch them, and the number of processes to run concurrently.



13005
13006
13007
13008
13009
13010
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 13005

class UpdateRuntimeConfigurationInput < Struct.new(
  :fleet_id,
  :runtime_configuration)
  SENSITIVE = []
  include Aws::Structure
end