iam_role.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:albt 作者: geothird 项目源码 文件源码
def __init__(self, debug=False, profile=None):
        """
        Init
        :param debug:
        """
        self.debug = debug
        self.profile = profile
        if self.profile:
            boto3.setup_default_session(profile_name=self.profile)
        PrintMsg.debug = self.debug
        self.client = boto3.client('iam')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号