ListTrafficPolicyVersionsRequest

A complex type that contains the information about the request to list your traffic policies.

Types

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

Properties

Link copied to clipboard
val id: String?

Specify the value of Id of the traffic policy for which you want to list all versions.

Link copied to clipboard

The maximum number of traffic policy versions that you want Amazon Route 53 to include in the response body for this request. If the specified traffic policy has more than MaxItems versions, the value of IsTruncated in the response is true, and the value of the TrafficPolicyVersionMarker element is the ID of the first version that Route 53 will return if you submit another request.

Link copied to clipboard

For your first request to ListTrafficPolicyVersions, don't include the TrafficPolicyVersionMarker parameter.

Functions

Link copied to clipboard
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