UpdateDocumentDefaultVersionRequest
public struct UpdateDocumentDefaultVersionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The version of a custom document that you want to set as the default version.
Declaration
Swift
public let documentVersion: String
-
The name of a custom document that you want to set as the default version.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(documentVersion: String, name: String)
-
Declaration
Swift
public func validate(name: String) throws