RequestServiceQuotaIncreaseRequest
public struct RequestServiceQuotaIncreaseRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the value submitted in the service quota increase request.
Declaration
Swift
public let desiredValue: Double
-
Specifies the service quota that you want to use.
Declaration
Swift
public let quotaCode: String
-
Specifies the service that you want to use.
Declaration
Swift
public let serviceCode: String
-
Undocumented
Declaration
Swift
public init(desiredValue: Double, quotaCode: String, serviceCode: String)
-
Declaration
Swift
public func validate(name: String) throws