constructor()

in src/auth/iamAuth.ts [13:15]


    constructor(region: string) {
        this.region = region;
    }