DescribeDirectoryConfigsResult

public struct DescribeDirectoryConfigsResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.

    Declaration

    Swift

    public let directoryConfigs: [DirectoryConfig]?
  • The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(directoryConfigs: [DirectoryConfig]? = nil, nextToken: String? = nil)