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

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

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



4756
4757
4758
4759
4760
# File 'lib/aws-sdk-gamelift/types.rb', line 4756

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