S3BucketDetail constructor

S3BucketDetail({
  1. String? arn,
  2. DateTime? createdAt,
  3. DefaultServerSideEncryption? defaultServerSideEncryption,
  4. String? name,
  5. Owner? owner,
  6. PublicAccess? publicAccess,
  7. List<Tag>? tags,
  8. String? type,
})

Implementation

S3BucketDetail({
  this.arn,
  this.createdAt,
  this.defaultServerSideEncryption,
  this.name,
  this.owner,
  this.publicAccess,
  this.tags,
  this.type,
});