Class: Aws::GameLift::Types::DescribeRuntimeConfigurationOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

Represents the returned data in response to a request action.

Instance Attribute Summary collapse

Instance Attribute Details

#runtime_configurationTypes::RuntimeConfiguration

Instructions describing how server processes should be launched and maintained on each instance in the fleet.



2392
2393
2394
2395
# File 'lib/aws-sdk-gamelift/types.rb', line 2392

class DescribeRuntimeConfigurationOutput < Struct.new(
  :runtime_configuration)
  include Aws::Structure
end