CreateWorldGenerationJobRequest

public struct CreateWorldGenerationJobRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

    Declaration

    Swift

    public let clientRequestToken: String?
  • A map that contains tag keys and tag values that are attached to the world generator job.

    Declaration

    Swift

    public let tags: [String : String]?
  • The Amazon Resource Name (arn) of the world template describing the worlds you want to create.

    Declaration

    Swift

    public let template: String
  • Information about the world count.

    Declaration

    Swift

    public let worldCount: WorldCount
  • Undocumented

    Declaration

    Swift

    public init(clientRequestToken: String? = CreateWorldGenerationJobRequest.idempotencyToken(), tags: [String : String]? = nil, template: String, worldCount: WorldCount)
  • Declaration

    Swift

    public func validate(name: String) throws