ListAlertsRequest

Types

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

Properties

Link copied to clipboard

The maximum number of alerts that you want MediaTailor to return in response to the current request. If there are more than MaxResults alerts, use the value of NextToken in the response to get the next page of results.

Link copied to clipboard

Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.

Link copied to clipboard

The Amazon Resource Name (ARN) of the resource.

Functions

Link copied to clipboard
inline fun copy(block: ListAlertsRequest.Builder.() -> Unit = {}): ListAlertsRequest
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