I am using python boto3 version 1.12.1
Would like to get "RoleLastUsed" for each role.
Observed:
Expected:
RoleLastUsed object should be available in both get_role and list_roles API.
Documentdation: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/iam.html#IAM.Client.list_roles https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/iam.html#IAM.Client.get_role
Thanks