Struct rusoto_route53::ListTrafficPoliciesResponse [] [src]

pub struct ListTrafficPoliciesResponse {
    pub is_truncated: PageTruncated,
    pub max_items: PageMaxItems,
    pub traffic_policy_id_marker: TrafficPolicyId,
    pub traffic_policy_summaries: TrafficPolicySummaries,
}

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

Fields

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 MaxItems traffic policies by calling ListTrafficPolicies again and specifying the value of the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.

Valid Values: true | false

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

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

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

Trait Implementations

impl Default for ListTrafficPoliciesResponse
[src]

Returns the "default value" for a type. Read more

impl Clone for ListTrafficPoliciesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListTrafficPoliciesResponse
[src]

Formats the value using the given formatter.