I have a list of dicst like this -
"lv": [
{
"CreatedDate": "2020-06-23T16:49:55.504+0000",
"Description": "Layer 0",
"LayerVersionArn": "arn:aws:lambda:us-east-1",
"Version": 10
},
{
"CreatedDate": "2020-06-23T16:44:26.011+0000",
"Description": "Layer 1",
"LayerVersionArn": "arn:aws:lambda:us-east-1",
"Version": 9
}
]
I want to get the list of *Version (10 and 9 above)* field from the list.
Note - Number of elements in the list is not static.
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/8055e8f9-24e8-4927-b18a-071549d65813o%40googlegroups.com.