A JSON object containing the following fields:
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeBandwidthRateLimitResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeBandwidthRateLimitResult()()()() | Initializes a new instance of the DescribeBandwidthRateLimitResult class | 
|  | AverageDownloadRateLimitInBitsPerSec | 
            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.
             
             Constraints: | 
|  | AverageUploadRateLimitInBitsPerSec | 
            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.
             
             Constraints: | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GatewayARN | 
            The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and
            region.
             
             Constraints: | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAverageDownloadRateLimitInBitsPerSec(Int64) | Obsolete. 
            Sets the AverageDownloadRateLimitInBitsPerSec property
             | 
|  | WithAverageUploadRateLimitInBitsPerSec(Int64) | Obsolete. 
            Sets the AverageUploadRateLimitInBitsPerSec property
             | 
|  | WithGatewayARN(String) | Obsolete. 
            Sets the GatewayARN property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DescribeBandwidthRateLimitResult |