DocumentDefaultVersionDescription
public struct DocumentDefaultVersionDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The default version of the document.
Declaration
Swift
public let defaultVersion: String?
-
The default version of the artifact associated with the document.
Declaration
Swift
public let defaultVersionName: String?
-
The name of the document.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(defaultVersion: String? = nil, defaultVersionName: String? = nil, name: String? = nil)