Struct rusoto_storagegateway::DescribeBandwidthRateLimitOutput [] [src]

pub struct DescribeBandwidthRateLimitOutput {
    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: Option<String>,
}

A JSON object containing the following fields:

Fields

The average download bandwidth rate limit in bits per second. This field does not appear in the response if the download rate limit is not set.

The average upload bandwidth rate limit in bits per second. This field does not appear in the response if the upload rate limit is not set.

Trait Implementations

impl Default for DescribeBandwidthRateLimitOutput
[src]

[src]

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

impl Debug for DescribeBandwidthRateLimitOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeBandwidthRateLimitOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations