Method: Amazon::Coral::ElasticMapReduceClient#DescribeJobFlows
- Defined in:
- lib/amazon/coral/elasticmapreduceclient.rb
#DescribeJobFlows(input = {}) ⇒ Object
Shorthand method to invoke the DescribeJobFlows operation:
Example usage:
my_output = my_client.DescribeJobFlows(my_input)
158 159 160 |
# File 'lib/amazon/coral/elasticmapreduceclient.rb', line 158 def DescribeJobFlows(input = {}) newDescribeJobFlowsCall.call(input) end |