ListDirectoriesRequest

public struct ListDirectoriesRequest : AWSShape
extension CloudDirectory.ListDirectoriesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of results to retrieve.

    Declaration

    Swift

    public let maxResults: Int?
  • The pagination token.

    Declaration

    Swift

    public let nextToken: String?
  • The state of the directories in the list. Can be either Enabled, Disabled, or Deleted.

    Declaration

    Swift

    public let state: DirectoryState?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil, state: DirectoryState? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws