class Aws::APIGateway::Types::UpdateClientCertificateRequest
A request to change information about an ClientCertificate
resource.
@note When making an API call, you may pass UpdateClientCertificateRequest
data as a hash: { client_certificate_id: "String", # required patch_operations: [ { op: "add", # accepts add, remove, replace, move, copy, test path: "String", value: "String", from: "String", }, ], }
@!attribute [rw] client_certificate_id
\[Required\] The identifier of the ClientCertificate resource to be updated. @return [String]
@!attribute [rw] patch_operations
A list of update operations to be applied to the specified resource and in the order specified in this list. @return [Array<Types::PatchOperation>]
Constants
- SENSITIVE