UpdateViewRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of strings that specify which resources are included in the results of queries made using this view. When you use this view in a Search operation, the filter string is combined with the search's QueryString parameter using a logical AND operator.

Link copied to clipboard

Specifies optional fields that you want included in search results from this view. It is a list of objects that each describe a field to include.

Link copied to clipboard

The Amazon resource name (ARN) of the view that you want to modify.

Functions

Link copied to clipboard
inline fun copy(block: UpdateViewRequest.Builder.() -> Unit = {}): UpdateViewRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String