DescribeWorldExportJobResponse class

Constructors

DescribeWorldExportJobResponse({String? arn, String? clientRequestToken, DateTime? createdAt, WorldExportJobErrorCode? failureCode, String? failureReason, String? iamRole, OutputLocation? outputLocation, WorldExportJobStatus? status, Map<String, String>? tags, List<String>? worlds})
DescribeWorldExportJobResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the world export job.
final
clientRequestToken String?
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
final
createdAt DateTime?
The time, in milliseconds since the epoch, when the world export job was created.
final
failureCode WorldExportJobErrorCode?
The failure code of the world export job if it failed:
final
failureReason String?
The reason why the world export job failed.
final
hashCode int
The hash code for this object.
no setterinherited
iamRole String?
The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.
final
outputLocation OutputLocation?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status WorldExportJobStatus?
The status of the world export job.
final
tags Map<String, String>?
A map that contains tag keys and tag values that are attached to the world export job.
final
worlds List<String>?
A list of Amazon Resource Names (arns) that correspond to worlds to be exported.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited