Method: Amazon::Coral::ElasticMapReduceClient#newDescribeJobFlowsCall

Defined in:
lib/amazon/coral/elasticmapreduceclient.rb

#newDescribeJobFlowsCallObject

Instantiates a call object to invoke the DescribeJobFlows operation:

Example usage:

my_call = my_client.newDescribeJobFlowsCall
# set identity information if needed
my_call.identity[:aws_access_key] = my_access_key
my_call.identity[:aws_secret_key] = my_secret_key
# make the remote call
my_output = my_call.call(my_input)
# retrieve the request-id returned by the server
my_request_id = my_call.request_id


101
102
103
# File 'lib/amazon/coral/elasticmapreduceclient.rb', line 101

def newDescribeJobFlowsCall
  Call.new(@describeJobFlowsDispatcher)
end