[][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]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq<UpdateTrafficPolicyInstanceRequest> for UpdateTrafficPolicyInstanceRequest[src]

impl Default for UpdateTrafficPolicyInstanceRequest[src]

impl Debug for UpdateTrafficPolicyInstanceRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

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

type Owned = T

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

impl<T, U> TryInto 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> Erased for T

impl<T> Same for T

type Output = T

Should always be Self