DescribeWorkspaceDirectoriesRequest

public struct DescribeWorkspaceDirectoriesRequest : AWSShape
extension WorkSpaces.DescribeWorkspaceDirectoriesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifiers of the directories. If the value is null, all directories are retrieved.

    Declaration

    Swift

    public let directoryIds: [String]?
  • The maximum number of directories to return.

    Declaration

    Swift

    public let limit: Int?
  • If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(directoryIds: [String]? = nil, limit: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws