DescribeDomainControllersRequest
public struct DescribeDomainControllersRequest : AWSShape
extension AWSDirectoryService.DescribeDomainControllersRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Identifier of the directory for which to retrieve the domain controller information.
Declaration
Swift
public let directoryId: String
-
A list of identifiers for the domain controllers whose information will be provided.
Declaration
Swift
public let domainControllerIds: [String]?
-
The maximum number of items to return.
Declaration
Swift
public let limit: Int?
-
The DescribeDomainControllers.NextToken value from a previous call to DescribeDomainControllers. Pass null if this is the first call.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(directoryId: String, domainControllerIds: [String]? = nil, limit: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> AWSDirectoryService.DescribeDomainControllersRequest