S3ReferenceDataSourceUpdate constructor

S3ReferenceDataSourceUpdate({
  1. String? bucketARNUpdate,
  2. String? fileKeyUpdate,
})

Implementation

S3ReferenceDataSourceUpdate({
  this.bucketARNUpdate,
  this.fileKeyUpdate,
});