LoggingEnabled constructor
LoggingEnabled(
- String? targetBucket,
- TargetGrant? targetGrants,
- String? targetPrefix
Implementation
LoggingEnabled(
this.targetBucket,
this.targetGrants,
this.targetPrefix,
);