CustomerManagedDatastoreS3StorageSummary constructor

CustomerManagedDatastoreS3StorageSummary({
  1. String? bucket,
  2. String? keyPrefix,
  3. String? roleArn,
})

Implementation

CustomerManagedDatastoreS3StorageSummary({
  this.bucket,
  this.keyPrefix,
  this.roleArn,
});