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