[][src]Struct rusoto_sesv2::PutDedicatedIpWarmupAttributesRequest

pub struct PutDedicatedIpWarmupAttributesRequest {
    pub ip: String,
    pub warmup_percentage: i64,
}

A request to change the warm-up attributes for a dedicated IP address. This operation is useful when you want to resume the warm-up process for an existing IP address.

Fields

ip: String

The dedicated IP address that you want to update the warm-up attributes for.

warmup_percentage: i64

The warm-up percentage that you want to associate with the dedicated IP address.

Trait Implementations

impl Clone for PutDedicatedIpWarmupAttributesRequest[src]

impl Debug for PutDedicatedIpWarmupAttributesRequest[src]

impl Default for PutDedicatedIpWarmupAttributesRequest[src]

impl PartialEq<PutDedicatedIpWarmupAttributesRequest> for PutDedicatedIpWarmupAttributesRequest[src]

impl Serialize for PutDedicatedIpWarmupAttributesRequest[src]

impl StructuralPartialEq for PutDedicatedIpWarmupAttributesRequest[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> Instrument for T[src]

impl<T> Instrument 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.