class Aws::GameLift::Client

def describe_instances(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • describe_instances(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/gamelift-2015-10-01/DescribeInstances - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::DescribeInstancesOutput) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :location (String) --
  • :next_token (String) --
  • :limit (Integer) --
  • :instance_id (String) --
  • :fleet_id (required, String) --
def describe_instances(params = {}, options = {})
  req = build_request(:describe_instances, params)
  req.send_request(options)
end