Struct rusoto_ec2::ProvisionedBandwidth[][src]

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

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

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

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

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

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

Trait Implementations

impl Default for ProvisionedBandwidth
[src]

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

impl Debug for ProvisionedBandwidth
[src]

Formats the value using the given formatter. Read more

impl Clone for ProvisionedBandwidth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ProvisionedBandwidth
[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