Class: Aws::GameSparks::Types::GetGameRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::GetGameRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#game_name ⇒ String
The name of the game.
Instance Attribute Details
#game_name ⇒ String
The name of the game.
631 632 633 634 635 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 631 class GetGameRequest < Struct.new( :game_name) SENSITIVE = [] include Aws::Structure end |