S3ContentLocationUpdate constructor

S3ContentLocationUpdate({
  1. String? bucketARNUpdate,
  2. String? fileKeyUpdate,
  3. String? objectVersionUpdate,
})

Implementation

S3ContentLocationUpdate({
  this.bucketARNUpdate,
  this.fileKeyUpdate,
  this.objectVersionUpdate,
});