Class: Aws::GameSparks::Types::DeleteGameRequest

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

#game_nameString

The name of the game to delete.

Returns:

  • (String)


185
186
187
188
189
# File 'lib/aws-sdk-gamesparks/types.rb', line 185

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