Class: Aws::GameLift::Types::UpdateRuntimeConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::UpdateRuntimeConfigurationOutput
- 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
The runtime configuration currently in use by all instances in the fleet.
Instance Attribute Details
#runtime_configuration ⇒ Types::RuntimeConfiguration
The runtime configuration currently in use by all instances in the fleet. If the update was successful, all property changes are shown.
9316 9317 9318 9319 9320 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 9316 class UpdateRuntimeConfigurationOutput < Struct.new( :runtime_configuration) SENSITIVE = [] include Aws::Structure end |