Class: Aws::GameSparks::Types::UpdateGameRequest

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

#descriptionString

The description of the game.

Returns:

  • (String)


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_nameString

The name of the game.

Returns:

  • (String)


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