S3BucketDetail constructor
S3BucketDetail({
- String? arn,
- DateTime? createdAt,
- DefaultServerSideEncryption? defaultServerSideEncryption,
- String? name,
- Owner? owner,
- PublicAccess? publicAccess,
- List<
Tag> ? tags, - String? type,
Implementation
S3BucketDetail({
this.arn,
this.createdAt,
this.defaultServerSideEncryption,
this.name,
this.owner,
this.publicAccess,
this.tags,
this.type,
});