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]

[src]

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

impl Debug for UpdateBandwidthRateLimitInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateBandwidthRateLimitInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations