Class: Aws::GameSparks::Types::UpdateGameConfigurationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::UpdateGameConfigurationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#game_configuration ⇒ Types::GameConfigurationDetails
Details about the game configuration.
Instance Attribute Details
#game_configuration ⇒ Types::GameConfigurationDetails
Details about the game configuration.
1745 1746 1747 1748 1749 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 1745 class UpdateGameConfigurationResult < Struct.new( :game_configuration) SENSITIVE = [] include Aws::Structure end |