CreateCustomMetadataRequest

public struct CreateCustomMetadataRequest : 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?
  • Custom metadata in the form of name-value pairs.

    Declaration

    Swift

    public let customMetadata: [String : String]
  • The ID of the resource.

    Declaration

    Swift

    public let resourceId: String
  • The ID of the version, if the custom metadata is being added to a document version.

    Declaration

    Swift

    public let versionId: String?
  • Undocumented

    Declaration

    Swift

    public init(authenticationToken: String? = nil, customMetadata: [String : String], resourceId: String, versionId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws