Class: Aws::GameSparks::Types::CreateGameResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::CreateGameResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#game ⇒ Types::GameDetails
Details about the game that was created.
Instance Attribute Details
#game ⇒ Types::GameDetails
Details about the game that was created.
92 93 94 95 96 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 92 class CreateGameResult < Struct.new( :game) SENSITIVE = [] include Aws::Structure end |