UpdateNumberOfDomainControllersRequest
public struct UpdateNumberOfDomainControllersRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of domain controllers desired in the directory.
Declaration
Swift
public let desiredNumber: Int
-
Identifier of the directory to which the domain controllers will be added or removed.
Declaration
Swift
public let directoryId: String
-
Undocumented
Declaration
Swift
public init(desiredNumber: Int, directoryId: String)
-
Declaration
Swift
public func validate(name: String) throws