RelationalDatabaseSnapshot constructor

RelationalDatabaseSnapshot({
  1. String? arn,
  2. DateTime? createdAt,
  3. String? engine,
  4. String? engineVersion,
  5. String? fromRelationalDatabaseArn,
  6. String? fromRelationalDatabaseBlueprintId,
  7. String? fromRelationalDatabaseBundleId,
  8. String? fromRelationalDatabaseName,
  9. ResourceLocation? location,
  10. String? name,
  11. ResourceType? resourceType,
  12. int? sizeInGb,
  13. String? state,
  14. String? supportCode,
  15. List<Tag>? tags,
})

Implementation

RelationalDatabaseSnapshot({
  this.arn,
  this.createdAt,
  this.engine,
  this.engineVersion,
  this.fromRelationalDatabaseArn,
  this.fromRelationalDatabaseBlueprintId,
  this.fromRelationalDatabaseBundleId,
  this.fromRelationalDatabaseName,
  this.location,
  this.name,
  this.resourceType,
  this.sizeInGb,
  this.state,
  this.supportCode,
  this.tags,
});