DescribeBandwidthRateLimitOutput
public struct DescribeBandwidthRateLimitOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let averageDownloadRateLimitInBitsPerSec: Int64?
-
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.
Declaration
Swift
public let averageUploadRateLimitInBitsPerSec: Int64?
-
Undocumented
Declaration
Swift
public let gatewayARN: String?
-
Undocumented
Declaration
Swift
public init(averageDownloadRateLimitInBitsPerSec: Int64? = nil, averageUploadRateLimitInBitsPerSec: Int64? = nil, gatewayARN: String? = nil)