DescribeWorldGenerationJobResponse class

Constructors

DescribeWorldGenerationJobResponse({String? arn, String? clientRequestToken, DateTime? createdAt, WorldGenerationJobErrorCode? failureCode, String? failureReason, FinishedWorldsSummary? finishedWorldsSummary, WorldGenerationJobStatus? status, Map<String, String>? tags, String? template, WorldCount? worldCount, Map<String, String>? worldTags})
DescribeWorldGenerationJobResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the world generation 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 generation job was created.
final
failureCode WorldGenerationJobErrorCode?
The failure code of the world generation job if it failed:
final
failureReason String?
The reason why the world generation job failed.
final
finishedWorldsSummary FinishedWorldsSummary?
Summary information about finished worlds.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status WorldGenerationJobStatus?
The status of the world generation job:
final
tags Map<String, String>?
A map that contains tag keys and tag values that are attached to the world generation job.
final
template String?
The Amazon Resource Name (arn) of the world template.
final
worldCount WorldCount?
Information about the world count.
final
worldTags Map<String, String>?
A map that contains tag keys and tag values that are attached to the generated worlds.
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