Class: Aws::GameSparks::Types::CreateGameRequest

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

#client_tokenString

A client-defined token. With an active client token in the request, this action is idempotent.

Returns:

  • (String)


77
78
79
80
81
82
83
84
# File 'lib/aws-sdk-gamesparks/types.rb', line 77

class CreateGameRequest < Struct.new(
  :client_token,
  :description,
  :game_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the game.

Returns:

  • (String)


77
78
79
80
81
82
83
84
# File 'lib/aws-sdk-gamesparks/types.rb', line 77

class CreateGameRequest < Struct.new(
  :client_token,
  :description,
  :game_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#game_nameString

The name of the game.

Returns:

  • (String)


77
78
79
80
81
82
83
84
# File 'lib/aws-sdk-gamesparks/types.rb', line 77

class CreateGameRequest < Struct.new(
  :client_token,
  :description,
  :game_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The list of tags to apply to the game.

Returns:

  • (Hash<String,String>)


77
78
79
80
81
82
83
84
# File 'lib/aws-sdk-gamesparks/types.rb', line 77

class CreateGameRequest < Struct.new(
  :client_token,
  :description,
  :game_name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end