[][src]Struct rusoto_ec2::ProvisionedBandwidth

pub struct ProvisionedBandwidth {
    pub provision_time: Option<String>,
    pub provisioned: Option<String>,
    pub request_time: Option<String>,
    pub requested: Option<String>,
    pub status: Option<String>,
}

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

Fields

provision_time: Option<String>

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

provisioned: Option<String>

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

request_time: Option<String>

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

requested: Option<String>

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

status: Option<String>

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

Trait Implementations

impl Clone for ProvisionedBandwidth[src]

impl Debug for ProvisionedBandwidth[src]

impl Default for ProvisionedBandwidth[src]

impl PartialEq<ProvisionedBandwidth> for ProvisionedBandwidth[src]

impl StructuralPartialEq for ProvisionedBandwidth[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.