Skip to content

/AWS1/CL_R53LISTTRAFPLYVRSSRSP

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

CONSTRUCTOR

IMPORTING

Required arguments:

IT_TRAFFICPOLICIES TYPE /AWS1/CL_R53TRAFFICPOLICY=>TT_TRAFFICPOLICIES TT_TRAFFICPOLICIES

A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.

IV_ISTRUNCATED TYPE /AWS1/R53PAGETRUNCATED /AWS1/R53PAGETRUNCATED

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 ListTrafficPolicyVersions request and specifying the value of NextMarker in the marker parameter.

IV_TRAFFICPOLICYVRSMARKER TYPE /AWS1/R53TRAFPOLICYVRSMARKER /AWS1/R53TRAFPOLICYVRSMARKER

If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy that Amazon Route 53 will return if you submit another request. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

This element is present only if IsTruncated is true.

IV_MAXITEMS TYPE /AWS1/R53INTEGER /AWS1/R53INTEGER

The value that you specified for the maxitems parameter in the ListTrafficPolicyVersions request that produced the current response.


Queryable Attributes

TrafficPolicies

A list that contains one TrafficPolicy element for each traffic policy version that is associated with the specified traffic policy.

Accessible with the following methods

Method Description
GET_TRAFFICPOLICIES() Getter for TRAFFICPOLICIES, with configurable default
ASK_TRAFFICPOLICIES() Getter for TRAFFICPOLICIES w/ exceptions if field has no val
HAS_TRAFFICPOLICIES() Determine if TRAFFICPOLICIES has a value

IsTruncated

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 ListTrafficPolicyVersions request and specifying the value of NextMarker in the marker parameter.

Accessible with the following methods

Method Description
GET_ISTRUNCATED() Getter for ISTRUNCATED

TrafficPolicyVersionMarker

If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies the first traffic policy that Amazon Route 53 will return if you submit another request. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker in the TrafficPolicyVersionMarker request parameter.

This element is present only if IsTruncated is true.

Accessible with the following methods

Method Description
GET_TRAFFICPOLICYVRSMARKER() Getter for TRAFFICPOLICYVERSIONMARKER, with configurable def
ASK_TRAFFICPOLICYVRSMARKER() Getter for TRAFFICPOLICYVERSIONMARKER w/ exceptions if field
HAS_TRAFFICPOLICYVRSMARKER() Determine if TRAFFICPOLICYVERSIONMARKER has a value

MaxItems

The value that you specified for the maxitems parameter in the ListTrafficPolicyVersions request that produced the current response.

Accessible with the following methods

Method Description
GET_MAXITEMS() Getter for MAXITEMS, with configurable default
ASK_MAXITEMS() Getter for MAXITEMS w/ exceptions if field has no value
HAS_MAXITEMS() Determine if MAXITEMS has a value