Class: Aws::GameSparks::Types::UpdateGameRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::UpdateGameRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the game.
-
#game_name ⇒ String
The name of the game.
Instance Attribute Details
#description ⇒ String
The description of the game.
1761 1762 1763 1764 1765 1766 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 1761 class UpdateGameRequest < Struct.new( :description, :game_name) SENSITIVE = [] include Aws::Structure end |
#game_name ⇒ String
The name of the game.
1761 1762 1763 1764 1765 1766 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 1761 class UpdateGameRequest < Struct.new( :description, :game_name) SENSITIVE = [] include Aws::Structure end |