PutServiceQuotaIncreaseRequestIntoTemplateRequest

public struct PutServiceQuotaIncreaseRequestIntoTemplateRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the AWS Region for the quota.

    Declaration

    Swift

    public let awsRegion: String
  • Specifies the new, increased value for the quota.

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

    Swift

    public func validate(name: String) throws