[][src]Struct rusoto_dlm::CrossRegionCopyRetainRule

pub struct CrossRegionCopyRetainRule {
    pub interval: Option<i64>,
    pub interval_unit: Option<String>,
}

Specifies the retention rule for cross-Region snapshot copies.

Fields

interval: Option<i64>

The amount of time to retain each snapshot. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.

interval_unit: Option<String>

The unit of time for time-based retention.

Trait Implementations

impl Clone for CrossRegionCopyRetainRule[src]

impl Debug for CrossRegionCopyRetainRule[src]

impl Default for CrossRegionCopyRetainRule[src]

impl<'de> Deserialize<'de> for CrossRegionCopyRetainRule[src]

impl PartialEq<CrossRegionCopyRetainRule> for CrossRegionCopyRetainRule[src]

impl Serialize for CrossRegionCopyRetainRule[src]

impl StructuralPartialEq for CrossRegionCopyRetainRule[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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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.