[][src]Struct rusoto_route53::TrafficPolicySummary

pub struct TrafficPolicySummary {
    pub id: String,
    pub latest_version: i64,
    pub name: String,
    pub traffic_policy_count: i64,
    pub type_: String,
}

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

Fields

id: String

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

latest_version: i64

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

name: String

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

traffic_policy_count: i64

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

type_: String

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 Clone for TrafficPolicySummary[src]

impl Default for TrafficPolicySummary[src]

impl PartialEq<TrafficPolicySummary> for TrafficPolicySummary[src]

impl Debug for TrafficPolicySummary[src]

impl StructuralPartialEq for TrafficPolicySummary[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self