Role constructor
Role({})
Implementation
Role({
required this.arn,
required this.createDate,
required this.path,
required this.roleId,
required this.roleName,
this.assumeRolePolicyDocument,
this.description,
this.maxSessionDuration,
this.permissionsBoundary,
this.roleLastUsed,
this.tags,
});