[][src]Struct rusoto_fsx::UpdateFileSystemLustreConfiguration

pub struct UpdateFileSystemLustreConfiguration {
    pub automatic_backup_retention_days: Option<i64>,
    pub daily_automatic_backup_start_time: Option<String>,
    pub weekly_maintenance_start_time: Option<String>,
}

The configuration object for Amazon FSx for Lustre file systems used in the UpdateFileSystem operation.

Fields

automatic_backup_retention_days: Option<i64>daily_automatic_backup_start_time: Option<String>weekly_maintenance_start_time: Option<String>

The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. d is the weekday number, from 1 through 7, beginning with Monday and ending with Sunday.

Trait Implementations

impl Clone for UpdateFileSystemLustreConfiguration[src]

impl Debug for UpdateFileSystemLustreConfiguration[src]

impl Default for UpdateFileSystemLustreConfiguration[src]

impl PartialEq<UpdateFileSystemLustreConfiguration> for UpdateFileSystemLustreConfiguration[src]

impl Serialize for UpdateFileSystemLustreConfiguration[src]

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