I cannot figure out how to get the first element of the result from calling one of the boto emr APIs
:
describe_jobflows()
i know it returns a list of jobflows
, but when I'm trying to access it by using :
jobflows[0]
I got this:
ERROR: 'JobFlow' object is not iterable
Can anyone help please?