Class DescribeBandwidthRateLimitResponse

    • Method Detail

      • gatewayARN

        public final String gatewayARN()
        Returns the value of the GatewayARN property for this object.
        Returns:
        The value of the GatewayARN property for this object.
      • averageUploadRateLimitInBitsPerSec

        public final Long 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.

        Returns:
        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.
      • averageDownloadRateLimitInBitsPerSec

        public final Long 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.

        Returns:
        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.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object