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

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

Instructions that describe how server processes are launched and maintained on computes in the fleet.



4585
4586
4587
4588
4589
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 4585

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