Method: Amazon::Coral::ElasticMapReduceClient#newAddInstanceGroupsCall
- Defined in:
- lib/amazon/coral/elasticmapreduceclient.rb
#newAddInstanceGroupsCall ⇒ Object
Instantiates a call object to invoke the AddInstanceGroups operation:
Example usage:
my_call = my_client.newAddInstanceGroupsCall
# 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_call.call(my_input)
# retrieve the request-id returned by the server
my_request_id = my_call.request_id
66 67 68 |
# File 'lib/amazon/coral/elasticmapreduceclient.rb', line 66 def newAddInstanceGroupsCall Call.new(@addInstanceGroupsDispatcher) end |