UpdateWorldTemplateRequest
public struct UpdateWorldTemplateRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the template.
Declaration
Swift
public let name: String?
-
The Amazon Resource Name (arn) of the world template to update.
Declaration
Swift
public let template: 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(name: String? = nil, template: String, templateBody: String? = nil, templateLocation: TemplateLocation? = nil)
-
Declaration
Swift
public func validate(name: String) throws