[][src]Struct rusoto_sagemaker::RetentionPolicy

pub struct RetentionPolicy {
    pub home_efs_file_system: Option<String>,
}

The retention policy for data stored on an Amazon Elastic File System (EFS) volume.

Fields

home_efs_file_system: Option<String>

The default is Retain, which specifies to keep the data stored on the EFS volume.

Specify Delete to delete the data stored on the EFS volume.

Trait Implementations

impl Clone for RetentionPolicy[src]

impl Debug for RetentionPolicy[src]

impl Default for RetentionPolicy[src]

impl PartialEq<RetentionPolicy> for RetentionPolicy[src]

impl Serialize for RetentionPolicy[src]

impl StructuralPartialEq for RetentionPolicy[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.