Class: Aws::GameSparks::Types::UpdateGameResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamesparks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gameTypes::GameDetails

The details of the game.

Returns:



1774
1775
1776
1777
1778
# File 'lib/aws-sdk-gamesparks/types.rb', line 1774

class UpdateGameResult < Struct.new(
  :game)
  SENSITIVE = []
  include Aws::Structure
end