CreateWorldExportJobResponse constructor
CreateWorldExportJobResponse({
- String? arn,
- String? clientRequestToken,
- DateTime? createdAt,
- WorldExportJobErrorCode? failureCode,
- String? iamRole,
- OutputLocation? outputLocation,
- WorldExportJobStatus? status,
- Map<
String, String> ? tags,
Implementation
CreateWorldExportJobResponse({
this.arn,
this.clientRequestToken,
this.createdAt,
this.failureCode,
this.iamRole,
this.outputLocation,
this.status,
this.tags,
});