UpdateFolderRequest

public struct UpdateFolderRequest : 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 folder.

    Declaration

    Swift

    public let folderId: String
  • The name of the folder.

    Declaration

    Swift

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

    Declaration

    Swift

    public let parentFolderId: String?
  • The resource state of the folder. Only ACTIVE and RECYCLED are accepted values from the API.

    Declaration

    Swift

    public let resourceState: ResourceStateType?
  • Undocumented

    Declaration

    Swift

    public init(authenticationToken: String? = nil, folderId: String, name: String? = nil, parentFolderId: String? = nil, resourceState: ResourceStateType? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws