def convert_to_role_arns()

in Onboarding/AWS/Utils.py [0:0]


def convert_to_role_arns(roles_details: List[Dict[str, Dict]]) -> List[str]:
    return [role_details["Role"]["Arn"] for role_details in roles_details]