DomainJoinInfo
public struct DomainJoinInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The fully qualified name of the directory (for example, corp.example.com).
Declaration
Swift
public let directoryName: String?
-
The distinguished name of the organizational unit for computer accounts.
Declaration
Swift
public let organizationalUnitDistinguishedName: String?
-
Undocumented
Declaration
Swift
public init(directoryName: String? = nil, organizationalUnitDistinguishedName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws