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. int? port,
  12. DateTime? snapshotCreateTime,
  13. String? snapshotType,
  14. String? status,
  15. 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.port,
  this.snapshotCreateTime,
  this.snapshotType,
  this.status,
  this.vpcId,
});