Struct rusoto_ec2::HostOffering [] [src]

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

The currency of the offering.

The duration of the offering (in seconds).

The hourly price of the offering.

The instance family of the offering.

The ID of the offering.

The available payment option.

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

Trait Implementations

impl Default for HostOffering
[src]

[src]

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

impl Debug for HostOffering
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for HostOffering
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for HostOffering

impl Sync for HostOffering