AWS SDK for .NET Documentation
DescribeBandwidthRateLimitRequest Class
AmazonAmazon.StorageGateway.ModelDescribeBandwidthRateLimitRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeBandwidthRateLimit operation.

This operation returns the bandwidth rate limits of a gateway. By default, these limits are not set, which means no bandwidth rate limiting is in effect.

This operation only returns a value for a bandwidth rate limit only if the limit is set. If no limits are set for the gateway, then this operation returns only the gateway ARN in the response body. To specify which gateway to describe, use the Amazon Resource Name (ARN) of the gateway in your request.

Declaration Syntax
C#
public class DescribeBandwidthRateLimitRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeBandwidthRateLimitRequest()()()()
Initializes a new instance of the DescribeBandwidthRateLimitRequest class

Equals(Object)
Determines whether the specified Object is equal to the current 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:

Length
50 - 500


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.)
WithGatewayARN(String) Obsolete.
Sets the GatewayARN property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeBandwidthRateLimitRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)