[][src]Struct rusoto_lightsail::AddOn

pub struct AddOn {
    pub name: Option<String>,
    pub next_snapshot_time_of_day: Option<String>,
    pub snapshot_time_of_day: Option<String>,
    pub status: Option<String>,
}

Describes an add-on that is enabled for an Amazon Lightsail resource.

Fields

name: Option<String>

The name of the add-on.

next_snapshot_time_of_day: Option<String>

The next daily time an automatic snapshot will be created.

The time shown is in HH:00 format, and in Coordinated Universal Time (UTC).

The snapshot is automatically created between the time shown and up to 45 minutes after.

snapshot_time_of_day: Option<String>

The daily time when an automatic snapshot is created.

The time shown is in HH:00 format, and in Coordinated Universal Time (UTC).

The snapshot is automatically created between the time shown and up to 45 minutes after.

status: Option<String>

The status of the add-on.

Trait Implementations

impl Clone for AddOn[src]

impl Debug for AddOn[src]

impl Default for AddOn[src]

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

impl PartialEq<AddOn> for AddOn[src]

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