DeleteServiceQuotaIncreaseRequestFromTemplateRequest
public struct DeleteServiceQuotaIncreaseRequestFromTemplateRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the AWS Region for the quota that you want to delete.
Declaration
Swift
public let awsRegion: String
-
Specifies the code for the quota that you want to delete.
Declaration
Swift
public let quotaCode: String
-
Specifies the code for the service that you want to delete.
Declaration
Swift
public let serviceCode: String
-
Undocumented
Declaration
Swift
public init(awsRegion: String, quotaCode: String, serviceCode: String)
-
Declaration
Swift
public func validate(name: String) throws