CreateWorldExportJobResponse class
Constructors
-
CreateWorldExportJobResponse({String? arn, String? clientRequestToken, DateTime? createdAt, WorldExportJobErrorCode? failureCode, String? iamRole, OutputLocation? outputLocation, WorldExportJobStatus? status, Map<
String, String> ? tags}) -
CreateWorldExportJobResponse.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
- 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
-
A map that contains tag keys and tag values that are attached to the world
export job.
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