Class: Aws::GameSparks::Types::GetGameResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::GetGameResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#game ⇒ Types::GameDetails
The details of the game.
Instance Attribute Details
#game ⇒ Types::GameDetails
The details of the game.
643 644 645 646 647 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 643 class GetGameResult < Struct.new( :game) SENSITIVE = [] include Aws::Structure end |