DescribeCommentsRequest

public struct DescribeCommentsRequest : 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
  • The maximum number of items to return.

    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 ID of the document version.

    Declaration

    Swift

    public let versionId: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws