GetWorldTemplateBodyRequest

public struct GetWorldTemplateBodyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (arn) of the world generator job.

    Declaration

    Swift

    public let generationJob: String?
  • The Amazon Resource Name (arn) of the world template.

    Declaration

    Swift

    public let template: String?
  • Undocumented

    Declaration

    Swift

    public init(generationJob: String? = nil, template: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws