Class: Aws::GameSparks::Types::GetGameResult

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:



643
644
645
646
647
# File 'lib/aws-sdk-gamesparks/types.rb', line 643

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