Class: Aws::GameSparks::Types::CreateGameRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::CreateGameRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A client-defined token.
-
#description ⇒ String
The description of the game.
-
#game_name ⇒ String
The name of the game.
-
#tags ⇒ Hash<String,String>
The list of tags to apply to the game.
Instance Attribute Details
#client_token ⇒ String
A client-defined token. With an active client token in the request, this action is idempotent.
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 |
#description ⇒ String
The description of the game.
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_name ⇒ String
The name of the game.
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 |
#tags ⇒ Hash<String,String>
The list of tags to apply to the game.
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 |