Class: Aws::GameLift::Types::UpdateRuntimeConfigurationOutput

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

#runtime_configurationTypes::RuntimeConfiguration

The runtime configuration currently in use by computes in the fleet. If the update is successful, all property changes are shown.



12310
12311
12312
12313
12314
# File 'lib/aws-sdk-gamelift/types.rb', line 12310

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