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

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

#runtime_configurationTypes::RuntimeConfiguration

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



12986
12987
12988
12989
12990
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 12986

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