CreateWorldTemplateRequest

public struct CreateWorldTemplateRequest : 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?
  • The name of the world template.

    Declaration

    Swift

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

    Declaration

    Swift

    public let tags: [String : String]?
  • The world template body.

    Declaration

    Swift

    public let templateBody: String?
  • The location of the world template.

    Declaration

    Swift

    public let templateLocation: TemplateLocation?
  • Undocumented

    Declaration

    Swift

    public init(clientRequestToken: String? = nil, name: String? = nil, tags: [String : String]? = nil, templateBody: String? = nil, templateLocation: TemplateLocation? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws