GetBackupPlanOutput constructor
GetBackupPlanOutput({
- List<
AdvancedBackupSetting> ? advancedBackupSettings, - BackupPlan? backupPlan,
- String? backupPlanArn,
- String? backupPlanId,
- DateTime? creationDate,
- String? creatorRequestId,
- DateTime? deletionDate,
- DateTime? lastExecutionDate,
- String? versionId,
Implementation
GetBackupPlanOutput({
this.advancedBackupSettings,
this.backupPlan,
this.backupPlanArn,
this.backupPlanId,
this.creationDate,
this.creatorRequestId,
this.deletionDate,
this.lastExecutionDate,
this.versionId,
});