DeleteBandwidthRateLimitInput
public struct DeleteBandwidthRateLimitInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
One of the BandwidthType values that indicates the gateway bandwidth rate limit to delete. Valid Values: UPLOAD | DOWNLOAD | ALL
Declaration
Swift
public let bandwidthType: String
-
Undocumented
Declaration
Swift
public let gatewayARN: String
-
Undocumented
Declaration
Swift
public init(bandwidthType: String, gatewayARN: String)
-
Declaration
Swift
public func validate(name: String) throws