DBSnapshot constructor

DBSnapshot({
  1. int? allocatedStorage,
  2. String? availabilityZone,
  3. String? dBInstanceIdentifier,
  4. String? dBSnapshotIdentifier,
  5. String? engine,
  6. String? engineVersion,
  7. DateTime? instanceCreateTime,
  8. int? iops,
  9. String? licenseModel,
  10. String? masterUsername,
  11. String? optionGroupName,
  12. int? percentProgress,
  13. int? port,
  14. DateTime? snapshotCreateTime,
  15. String? snapshotType,
  16. String? sourceRegion,
  17. String? status,
  18. String? storageType,
  19. String? tdeCredentialArn,
  20. String? vpcId,
})

Implementation

DBSnapshot({
  this.allocatedStorage,
  this.availabilityZone,
  this.dBInstanceIdentifier,
  this.dBSnapshotIdentifier,
  this.engine,
  this.engineVersion,
  this.instanceCreateTime,
  this.iops,
  this.licenseModel,
  this.masterUsername,
  this.optionGroupName,
  this.percentProgress,
  this.port,
  this.snapshotCreateTime,
  this.snapshotType,
  this.sourceRegion,
  this.status,
  this.storageType,
  this.tdeCredentialArn,
  this.vpcId,
});