/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
TrafficPolicyelement 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
ListTrafficPolicyVersionsrequest and specifying the value ofNextMarkerin themarkerparameter.
iv_trafficpolicyvrsmarker TYPE /AWS1/R53TRAFPOLICYVRSMARKER /AWS1/R53TRAFPOLICYVRSMARKER¶
If
IsTruncatedistrue, the value ofTrafficPolicyVersionMarkeridentifies the first traffic policy that Amazon Route 53 will return if you submit another request. CallListTrafficPolicyVersionsagain and specify the value ofTrafficPolicyVersionMarkerin theTrafficPolicyVersionMarkerrequest parameter.This element is present only if
IsTruncatedistrue.
iv_maxitems TYPE /AWS1/R53INTEGER /AWS1/R53INTEGER¶
The value that you specified for the
maxitemsparameter in theListTrafficPolicyVersionsrequest that produced the current response.
Queryable Attributes¶
TrafficPolicies¶
A list that contains one
TrafficPolicyelement 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
ListTrafficPolicyVersionsrequest and specifying the value ofNextMarkerin themarkerparameter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISTRUNCATED() |
Getter for ISTRUNCATED |
TrafficPolicyVersionMarker¶
If
IsTruncatedistrue, the value ofTrafficPolicyVersionMarkeridentifies the first traffic policy that Amazon Route 53 will return if you submit another request. CallListTrafficPolicyVersionsagain and specify the value ofTrafficPolicyVersionMarkerin theTrafficPolicyVersionMarkerrequest parameter.This element is present only if
IsTruncatedistrue.
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
maxitemsparameter in theListTrafficPolicyVersionsrequest 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 |