DescribeFolderContentsRequest

public struct DescribeFolderContentsRequest : AWSShape
extension WorkDocs.DescribeFolderContentsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.

    Declaration

    Swift

    public let authenticationToken: String?
  • The ID of the folder.

    Declaration

    Swift

    public let folderId: String
  • The contents to include. Specify “INITIALIZED” to include initialized documents.

    Declaration

    Swift

    public let include: String?
  • The maximum number of items to return with this call.

    Declaration

    Swift

    public let limit: Int?
  • The marker for the next set of results. This marker was received from a previous call.

    Declaration

    Swift

    public let marker: String?
  • The order for the contents of the folder.

    Declaration

    Swift

    public let order: OrderType?
  • The sorting criteria.

    Declaration

    Swift

    public let sort: ResourceSortType?
  • The type of items.

    Declaration

    Swift

    public let type: FolderContentType?
  • Undocumented

    Declaration

    Swift

    public init(authenticationToken: String? = nil, folderId: String, include: String? = nil, limit: Int? = nil, marker: String? = nil, order: OrderType? = nil, sort: ResourceSortType? = nil, type: FolderContentType? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws