ServiceQuotaIncreaseRequestInTemplate

public struct ServiceQuotaIncreaseRequestInTemplate : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The AWS Region where the increase request occurs.

    Declaration

    Swift

    public let awsRegion: String?
  • Identifies the new, increased value of the service quota in the increase request.

    Declaration

    Swift

    public let desiredValue: Double?
  • Specifies if the quota is a global quota.

    Declaration

    Swift

    public let globalQuota: Bool?
  • The code identifier for the service quota specified in the increase request.

    Declaration

    Swift

    public let quotaCode: String?
  • The name of the service quota in the increase request.

    Declaration

    Swift

    public let quotaName: String?
  • The code identifier for the AWS service specified in the increase request.

    Declaration

    Swift

    public let serviceCode: String?
  • The name of the AWS service specified in the increase request.

    Declaration

    Swift

    public let serviceName: String?
  • The unit of measure for the increase request.

    Declaration

    Swift

    public let unit: String?
  • Undocumented

    Declaration

    Swift

    public init(awsRegion: String? = nil, desiredValue: Double? = nil, globalQuota: Bool? = nil, quotaCode: String? = nil, quotaName: String? = nil, serviceCode: String? = nil, serviceName: String? = nil, unit: String? = nil)