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.
10922 10923 10924 10925 10926 |
# File 'lib/aws-sdk-gamelift/types.rb', line 10922 class UpdateRuntimeConfigurationOutput < Struct.new( :runtime_configuration) SENSITIVE = [] include Aws::Structure end |