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