Struct rusoto_ec2::PurchaseHostReservationResult [] [src]

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

Fields

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see How to Ensure Idempotency in the Amazon Elastic Compute Cloud User Guide

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

Describes the details of the purchase.

The total hourly price of the reservation calculated per hour.

The total amount that will be charged to your account when you purchase the reservation.

Trait Implementations

impl Default for PurchaseHostReservationResult
[src]

[src]

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

impl Debug for PurchaseHostReservationResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for PurchaseHostReservationResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more