Struct rusoto_lightsail::MonthlyTransfer [] [src]

pub struct MonthlyTransfer {
    pub gb_per_month_allocated: Option<i64>,
}

Describes the monthly data transfer in and out of your virtual private server (or instance).

Fields

The amount allocated per month (in GB).

Trait Implementations

impl Default for MonthlyTransfer
[src]

[src]

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

impl Debug for MonthlyTransfer
[src]

[src]

Formats the value using the given formatter.

impl Clone for MonthlyTransfer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more