GetServiceQuotaRequest

public struct GetServiceQuotaRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Identifies the service quota you want to select.

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

    Swift

    public func validate(name: String) throws