Class: Aws::GameLift::Types::UpdateRuntimeConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::UpdateRuntimeConfigurationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#runtime_configuration ⇒ Types::RuntimeConfiguration
The runtime configuration currently in use by computes in the fleet.
Instance Attribute Details
#runtime_configuration ⇒ Types::RuntimeConfiguration
The runtime configuration currently in use by computes in the fleet. If the update is successful, all property changes are shown.
11978 11979 11980 11981 11982 |
# File 'lib/aws-sdk-gamelift/types.rb', line 11978 class UpdateRuntimeConfigurationOutput < Struct.new( :runtime_configuration) SENSITIVE = [] include Aws::Structure end |