Class: Aws::GameLift::Types::DescribeRuntimeConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeRuntimeConfigurationOutput
- Defined in:
- gems/aws-sdk-gamelift/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.
4651 4652 4653 4654 4655 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 4651 class DescribeRuntimeConfigurationOutput < Struct.new( :runtime_configuration) SENSITIVE = [] include Aws::Structure end |