CopyAction class
The details of the copy operation.
Constructors
- CopyAction({required String destinationBackupVaultArn, Lifecycle? lifecycle})
-
CopyAction.fromJson(Map<
String, dynamic> json) -
factory
Properties
- destinationBackupVaultArn → String
-
An Amazon Resource Name (ARN) that uniquely identifies the destination
backup vault for the copied backup. For example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- lifecycle → Lifecycle?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited