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.



11978
11979
11980
11981
11982
# File 'lib/aws-sdk-gamelift/types.rb', line 11978

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