DirectoryServiceAuthenticationRequest

public struct DirectoryServiceAuthenticationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the Active Directory to be used for authentication.

    Declaration

    Swift

    public let directoryId: String?
  • Undocumented

    Declaration

    Swift

    public init(directoryId: String? = nil)