class Aws::Route53::Types::ListTrafficPoliciesResponse
A complex type that contains the response information for the request.
@!attribute [rw] traffic_policy_summaries
A list that contains one `TrafficPolicySummary` element for each traffic policy that was created by the current Amazon Web Services account. @return [Array<Types::TrafficPolicySummary>]
@!attribute [rw] is_truncated
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. @return [Boolean]
@!attribute [rw] traffic_policy_id_marker
If the value of `IsTruncated` is `true`, `TrafficPolicyIdMarker` is the ID of the first traffic policy in the next group of `MaxItems` traffic policies. @return [String]
@!attribute [rw] max_items
The value that you specified for the `MaxItems` parameter in the `ListTrafficPolicies` request that produced the current response. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListTrafficPoliciesResponse AWS API Documentation
Constants
- SENSITIVE