Struct rusoto_route53::TrafficPolicySummary [] [src]

pub struct TrafficPolicySummary {
    pub id: TrafficPolicyId,
    pub latest_version: TrafficPolicyVersion,
    pub name: TrafficPolicyName,
    pub traffic_policy_count: TrafficPolicyVersion,
    pub type_: RRType,
}

A complex type that contains information about the latest version of one traffic policy that is associated with the current AWS account.

Fields

The ID that Amazon Route 53 assigned to the traffic policy when you created it.

The version number of the latest version of the traffic policy.

The name that you specified for the traffic policy when you created it.

The number of traffic policies that are associated with the current AWS account.

The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy to create a traffic policy instance.

Trait Implementations

impl Default for TrafficPolicySummary
[src]

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

impl Clone for TrafficPolicySummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TrafficPolicySummary
[src]

Formats the value using the given formatter.