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 all instances in the fleet. If the update was successful, all property changes are shown.



9316
9317
9318
9319
9320
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 9316

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