S3ReferenceDataSourceUpdate constructor

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

Implementation

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