class Aws::GameLift::Client
def create_game_session(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
create_game_session(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/CreateGameSession - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::CreateGameSessionOutput)- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)-
:location(String) -- -
:game_session_data(String) -- -
:idempotency_token(String) -- -
:game_session_id(String) -- -
:creator_id(String) -- -
:game_properties(Array) -- -
:name(String) -- -
:maximum_player_session_count(required, Integer) -- -
:alias_id(String) -- -
:fleet_id(String) --
def create_game_session(params = {}, options = {}) req = build_request(:create_game_session, params) req.send_request(options) end