[][src]Struct rusoto_lightsail::AddOnRequest

pub struct AddOnRequest {
    pub add_on_type: String,
    pub auto_snapshot_add_on_request: Option<AutoSnapshotAddOnRequest>,
}

Describes a request to enable, modify, or disable an add-on for an Amazon Lightsail resource.

An additional cost may be associated with enabling add-ons. For more information, see the Lightsail pricing page.

Fields

add_on_type: String

The add-on type.

auto_snapshot_add_on_request: Option<AutoSnapshotAddOnRequest>

An object that represents additional parameters when enabling or modifying the automatic snapshot add-on.

Trait Implementations

impl Clone for AddOnRequest[src]

impl Debug for AddOnRequest[src]

impl Default for AddOnRequest[src]

impl PartialEq<AddOnRequest> for AddOnRequest[src]

impl Serialize for AddOnRequest[src]

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