GetBucketLocationOutput constructor

GetBucketLocationOutput({
  1. BucketLocationConstraint? locationConstraint,
})

Implementation

GetBucketLocationOutput({
  this.locationConstraint,
});