Struct rusoto_storagegateway::UpdateBandwidthRateLimitInput[][src]

pub struct UpdateBandwidthRateLimitInput {
    pub average_download_rate_limit_in_bits_per_sec: Option<i64>,
    pub average_upload_rate_limit_in_bits_per_sec: Option<i64>,
    pub gateway_arn: String,
}

Fields

The average download bandwidth rate limit in bits per second.

The average upload bandwidth rate limit in bits per second.

Trait Implementations

impl Default for UpdateBandwidthRateLimitInput
[src]

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

impl Debug for UpdateBandwidthRateLimitInput
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateBandwidthRateLimitInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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