DBSnapshot constructor

DBSnapshot({
  1. int? allocatedStorage,
  2. String? availabilityZone,
  3. String? dBInstanceIdentifier,
  4. String? dBSnapshotArn,
  5. String? dBSnapshotIdentifier,
  6. String? dbiResourceId,
  7. bool? encrypted,
  8. String? engine,
  9. String? engineVersion,
  10. bool? iAMDatabaseAuthenticationEnabled,
  11. DateTime? instanceCreateTime,
  12. int? iops,
  13. String? kmsKeyId,
  14. String? licenseModel,
  15. String? masterUsername,
  16. String? optionGroupName,
  17. int? percentProgress,
  18. int? port,
  19. List<ProcessorFeature>? processorFeatures,
  20. DateTime? snapshotCreateTime,
  21. String? snapshotType,
  22. String? sourceDBSnapshotIdentifier,
  23. String? sourceRegion,
  24. String? status,
  25. String? storageType,
  26. List<Tag>? tagList,
  27. String? tdeCredentialArn,
  28. String? timezone,
  29. String? vpcId,
})

Implementation

DBSnapshot({
  this.allocatedStorage,
  this.availabilityZone,
  this.dBInstanceIdentifier,
  this.dBSnapshotArn,
  this.dBSnapshotIdentifier,
  this.dbiResourceId,
  this.encrypted,
  this.engine,
  this.engineVersion,
  this.iAMDatabaseAuthenticationEnabled,
  this.instanceCreateTime,
  this.iops,
  this.kmsKeyId,
  this.licenseModel,
  this.masterUsername,
  this.optionGroupName,
  this.percentProgress,
  this.port,
  this.processorFeatures,
  this.snapshotCreateTime,
  this.snapshotType,
  this.sourceDBSnapshotIdentifier,
  this.sourceRegion,
  this.status,
  this.storageType,
  this.tagList,
  this.tdeCredentialArn,
  this.timezone,
  this.vpcId,
});