CreateBucketOutput constructor

CreateBucketOutput({
  1. String? location,
})

Implementation

CreateBucketOutput({
  this.location,
});