RequestedServiceQuotaChange
public struct RequestedServiceQuotaChange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The case Id for the service quota increase request.
Declaration
Swift
public let caseId: String?
-
The date and time when the service quota increase request was received and the case Id was created.
Declaration
Swift
public let created: TimeStamp?
-
New increased value for the service quota.
Declaration
Swift
public let desiredValue: Double?
-
Identifies if the quota is global.
Declaration
Swift
public let globalQuota: Bool?
-
The unique identifier of a requested service quota change.
Declaration
Swift
public let id: String?
-
The date and time of the most recent change in the service quota increase request.
Declaration
Swift
public let lastUpdated: TimeStamp?
-
The Amazon Resource Name (ARN) of the service quota.
Declaration
Swift
public let quotaArn: String?
-
Specifies the service quota that you want to use.
Declaration
Swift
public let quotaCode: String?
-
Name of the service quota.
Declaration
Swift
public let quotaName: String?
-
The IAM identity who submitted the service quota increase request.
Declaration
Swift
public let requester: String?
-
Specifies the service that you want to use.
Declaration
Swift
public let serviceCode: String?
-
The name of the AWS service specified in the increase request.
Declaration
Swift
public let serviceName: String?
-
State of the service quota increase request.
Declaration
Swift
public let status: RequestStatus?
-
Specifies the unit used for the quota.
Declaration
Swift
public let unit: String?
-
init(caseId:created:desiredValue:globalQuota:id:lastUpdated:quotaArn:quotaCode:quotaName:requester:serviceCode:serviceName:status:unit:)
Undocumented
Declaration
Swift
public init(caseId: String? = nil, created: TimeStamp? = nil, desiredValue: Double? = nil, globalQuota: Bool? = nil, id: String? = nil, lastUpdated: TimeStamp? = nil, quotaArn: String? = nil, quotaCode: String? = nil, quotaName: String? = nil, requester: String? = nil, serviceCode: String? = nil, serviceName: String? = nil, status: RequestStatus? = nil, unit: String? = nil)