Struct rusoto_ec2::GetHostReservationPurchasePreviewResult [] [src]

pub struct GetHostReservationPurchasePreviewResult {
    pub currency_code: Option<String>,
    pub purchase: Option<Vec<Purchase>>,
    pub total_hourly_price: Option<String>,
    pub total_upfront_price: Option<String>,
}

Fields

The currency in which the totalUpfrontPrice and totalHourlyPrice amounts are specified. At this time, the only supported currency is USD.

The purchase information of the Dedicated Host Reservation and the Dedicated Hosts associated with it.

The potential total hourly price of the reservation per hour.

The potential total upfront price. This is billed immediately.

Trait Implementations

impl Default for GetHostReservationPurchasePreviewResult
[src]

Returns the "default value" for a type. Read more

impl Debug for GetHostReservationPurchasePreviewResult
[src]

Formats the value using the given formatter.

impl Clone for GetHostReservationPurchasePreviewResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more