[][src]Struct rusoto_route53::UpdateTrafficPolicyInstanceRequest

pub struct UpdateTrafficPolicyInstanceRequest {
    pub id: String,
    pub ttl: i64,
    pub traffic_policy_id: String,
    pub traffic_policy_version: i64,
}

A complex type that contains information about the resource record sets that you want to update based on a specified traffic policy instance.

Fields

id: String

The ID of the traffic policy instance that you want to update.

ttl: i64

The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.

traffic_policy_id: String

The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

traffic_policy_version: i64

The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.

Trait Implementations

impl Clone for UpdateTrafficPolicyInstanceRequest[src]

impl Debug for UpdateTrafficPolicyInstanceRequest[src]

impl Default for UpdateTrafficPolicyInstanceRequest[src]

impl PartialEq<UpdateTrafficPolicyInstanceRequest> for UpdateTrafficPolicyInstanceRequest[src]

impl StructuralPartialEq for UpdateTrafficPolicyInstanceRequest[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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.