GetDocumentPathRequest

public struct GetDocumentPathRequest : AWSShape

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 document.

    Declaration

    Swift

    public let documentId: String
  • A comma-separated list of values. Specify NAME to include the names of the parent folders.

    Declaration

    Swift

    public let fields: String?
  • The maximum number of levels in the hierarchy to return.

    Declaration

    Swift

    public let limit: Int?
  • This value is not supported.

    Declaration

    Swift

    public let marker: String?
  • Undocumented

    Declaration

    Swift

    public init(authenticationToken: String? = nil, documentId: String, fields: String? = nil, limit: Int? = nil, marker: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws