Class: Aws::GameLift::Types::DescribeRuntimeConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeRuntimeConfigurationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#runtime_configuration ⇒ Types::RuntimeConfiguration
Instructions that describe how server processes are launched and maintained on computes in the fleet.
Instance Attribute Details
#runtime_configuration ⇒ Types::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 |