DescribeRecoveryPointOutput constructor
DescribeRecoveryPointOutput({
- int? backupSizeInBytes,
- String? backupVaultArn,
- String? backupVaultName,
- CalculatedLifecycle? calculatedLifecycle,
- DateTime? completionDate,
- RecoveryPointCreator? createdBy,
- DateTime? creationDate,
- String? encryptionKeyArn,
- String? iamRoleArn,
- bool? isEncrypted,
- DateTime? lastRestoreTime,
- Lifecycle? lifecycle,
- String? recoveryPointArn,
- String? resourceArn,
- String? resourceType,
- String? sourceBackupVaultArn,
- RecoveryPointStatus? status,
- StorageClass? storageClass,
Implementation
DescribeRecoveryPointOutput({
this.backupSizeInBytes,
this.backupVaultArn,
this.backupVaultName,
this.calculatedLifecycle,
this.completionDate,
this.createdBy,
this.creationDate,
this.encryptionKeyArn,
this.iamRoleArn,
this.isEncrypted,
this.lastRestoreTime,
this.lifecycle,
this.recoveryPointArn,
this.resourceArn,
this.resourceType,
this.sourceBackupVaultArn,
this.status,
this.storageClass,
});