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]

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

impl Debug for MonthlyTransfer
[src]

Formats the value using the given formatter. Read more

impl Clone for MonthlyTransfer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for MonthlyTransfer
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations