WorldGenerationJobSummary
public struct WorldGenerationJobSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the world generator job.
Declaration
Swift
public let arn: String?
-
The time, in milliseconds since the epoch, when the world generator job was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
The number of worlds that failed.
Declaration
Swift
public let failedWorldCount: Int?
-
The status of the world generator job: Pending The world generator job request is pending. Running The world generator job is running. Completed The world generator job completed. Failed The world generator job failed. See failureCode for more information. PartialFailed Some worlds did not generate. Canceled The world generator job was cancelled. Canceling The world generator job is being cancelled.
Declaration
Swift
public let status: WorldGenerationJobStatus?
-
The number of worlds that were generated.
Declaration
Swift
public let succeededWorldCount: Int?
-
The Amazon Resource Name (arn) of the world template.
Declaration
Swift
public let template: String?
-
Information about the world count.
Declaration
Swift
public let worldCount: WorldCount?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdAt: TimeStamp? = nil, failedWorldCount: Int? = nil, status: WorldGenerationJobStatus? = nil, succeededWorldCount: Int? = nil, template: String? = nil, worldCount: WorldCount? = nil)