toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final awsAccountRegex = this.awsAccountRegex;
final bucketNameRegex = this.bucketNameRegex;
return {
'awsAccountRegex': ?awsAccountRegex,
'bucketNameRegex': ?bucketNameRegex,
};
}