DescribeLDAPSSettingsRequest

public struct DescribeLDAPSSettingsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier of the directory.

    Declaration

    Swift

    public let directoryId: String
  • Specifies the number of items that should be displayed on one page.

    Declaration

    Swift

    public let limit: Int?
  • The type of next token used for pagination.

    Declaration

    Swift

    public let nextToken: String?
  • The type of LDAP security to enable. Currently only the value Client is supported.

    Declaration

    Swift

    public let type: LDAPSType?
  • Undocumented

    Declaration

    Swift

    public init(directoryId: String, limit: Int? = nil, nextToken: String? = nil, type: LDAPSType? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws