GetServiceQuotaIncreaseRequestFromTemplateRequest

public struct GetServiceQuotaIncreaseRequestFromTemplateRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the AWS Region for the quota that you want to use.

    Declaration

    Swift

    public let awsRegion: String
  • Specifies the quota you want.

    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(awsRegion: String, quotaCode: String, serviceCode: String)
  • Declaration

    Swift

    public func validate(name: String) throws