DescribeDomainControllersResult
public struct DescribeDomainControllersResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
List of the DomainController objects that were retrieved.
Declaration
Swift
public let domainControllers: [DomainController]?
-
If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDomainControllers retrieve the next set of items.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(domainControllers: [DomainController]? = nil, nextToken: String? = nil)