class Aws::GameLift::Client
def create_alias(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
create_alias(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/CreateAlias - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::CreateAliasOutput)- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)-
:tags(Array) -- -
:routing_strategy(required, Types::RoutingStrategy) -- -
:description(String) -- -
:name(required, String) --
def create_alias(params = {}, options = {}) req = build_request(:create_alias, params) req.send_request(options) end