UpdateApiKeyRequest

public struct UpdateApiKeyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • [Required] The identifier of the ApiKey resource to be updated.

    Declaration

    Swift

    public let apiKey: String
  • 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]?
  • Undocumented

    Declaration

    Swift

    public init(apiKey: String, patchOperations: [PatchOperation]? = nil)