UpdateUsagePlanRequest
public struct UpdateUsagePlanRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of update operations to be applied to the specified resource and in the order specified in this list.
Declaration
Swift
public let patchOperations: [PatchOperation]?
-
[Required] The Id of the to-be-updated usage plan.
Declaration
Swift
public let usagePlanId: String
-
Undocumented
Declaration
Swift
public init(patchOperations: [PatchOperation]? = nil, usagePlanId: String)