WorldExportJobSummary

public struct WorldExportJobSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the world export job.

    Declaration

    Swift

    public let arn: String?
  • The time, in milliseconds since the epoch, when the world export job was created.

    Declaration

    Swift

    public let createdAt: TimeStamp?
  • The status of the world export job. Pending The world export job request is pending. Running The world export job is running. Completed The world export job completed. Failed The world export job failed. See failureCode for more information. Canceled The world export job was cancelled. Canceling The world export job is being cancelled.

    Declaration

    Swift

    public let status: WorldExportJobStatus?
  • A list of worlds.

    Declaration

    Swift

    public let worlds: [String]?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, createdAt: TimeStamp? = nil, status: WorldExportJobStatus? = nil, worlds: [String]? = nil)