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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamesparks/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 'gems/aws-sdk-gamesparks/lib/aws-sdk-gamesparks/types.rb', line 643

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