[][src]Struct rusoto_ec2::HostOffering

pub struct HostOffering {
    pub currency_code: Option<String>,
    pub duration: Option<i64>,
    pub hourly_price: Option<String>,
    pub instance_family: Option<String>,
    pub offering_id: Option<String>,
    pub payment_option: Option<String>,
    pub upfront_price: Option<String>,
}

Details about the Dedicated Host Reservation offering.

Fields

currency_code: Option<String>

The currency of the offering.

duration: Option<i64>

The duration of the offering (in seconds).

hourly_price: Option<String>

The hourly price of the offering.

instance_family: Option<String>

The instance family of the offering.

offering_id: Option<String>

The ID of the offering.

payment_option: Option<String>

The available payment option.

upfront_price: Option<String>

The upfront price of the offering. Does not apply to No Upfront offerings.

Trait Implementations

impl Clone for HostOffering[src]

impl Default for HostOffering[src]

impl PartialEq<HostOffering> for HostOffering[src]

impl Debug for HostOffering[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self