DestinationBackup class

Contains information about the backup that will be copied and created by the CopyBackupToRegion operation.

Constructors

DestinationBackup({DateTime? createTimestamp, String? sourceBackup, String? sourceCluster, String? sourceRegion})
DestinationBackup.fromJson(Map<String, dynamic> json)
factory

Properties

createTimestamp DateTime?
The date and time when both the source backup was created.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceBackup String?
The identifier (ID) of the source backup from which the new backup was copied.
final
sourceCluster String?
The identifier (ID) of the cluster containing the source backup from which the new backup was copied.
final
sourceRegion String?
The AWS region that contains the source backup from which the new backup was copied.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited