OwnerDirectoryDescription
public struct OwnerDirectoryDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Identifier of the directory owner account.
Declaration
Swift
public let accountId: String?
-
Identifier of the AWS Managed Microsoft AD directory in the directory owner account.
Declaration
Swift
public let directoryId: String?
-
IP address of the directory’s domain controllers.
Declaration
Swift
public let dnsIpAddrs: [String]?
-
A RadiusSettings object that contains information about the RADIUS server.
Declaration
Swift
public let radiusSettings: RadiusSettings?
-
Information about the status of the RADIUS server.
Declaration
Swift
public let radiusStatus: RadiusStatus?
-
Information about the VPC settings for the directory.
Declaration
Swift
public let vpcSettings: DirectoryVpcSettingsDescription?
-
Undocumented
Declaration
Swift
public init(accountId: String? = nil, directoryId: String? = nil, dnsIpAddrs: [String]? = nil, radiusSettings: RadiusSettings? = nil, radiusStatus: RadiusStatus? = nil, vpcSettings: DirectoryVpcSettingsDescription? = nil)