GetAttachmentFilter

data class GetAttachmentFilter(val name: String, val values: List<String>) : ConvertibleToJava<GetAttachmentFilter>

Constructors

Link copied to clipboard
fun GetAttachmentFilter(name: String, values: List<String>)

Functions

Link copied to clipboard
open override fun toJava(): GetAttachmentFilter

Properties

Link copied to clipboard

Name of the field to filter by, as defined by the underlying AWS API.

Link copied to clipboard

List of one or more values for the filter.