ListTrafficPoliciesResponse

A complex type that contains the response information for the request.

Types

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

Properties

Link copied to clipboard

A flag that indicates whether there are more traffic policies to be listed. If the response was truncated, you can get the next group of traffic policies by submitting another ListTrafficPolicies request and specifying the value of TrafficPolicyIdMarker in the TrafficPolicyIdMarker request parameter.

Link copied to clipboard

The value that you specified for the MaxItems parameter in the ListTrafficPolicies request that produced the current response.

Link copied to clipboard

If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies.

Link copied to clipboard

A list that contains one TrafficPolicySummary element for each traffic policy that was created by the current Amazon Web Services account.

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