Class: Aws::APIGateway::Types::UpdateClientCertificateRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb

Overview

A request to change information about an ClientCertificate resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_certificate_idString

The identifier of the ClientCertificate resource to be updated.

Returns:

  • (String)


5302
5303
5304
5305
5306
5307
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5302

class UpdateClientCertificateRequest < Struct.new(
  :client_certificate_id,
  :patch_operations)
  SENSITIVE = []
  include Aws::Structure
end

#patch_operationsArray<Types::PatchOperation>

For more information about supported patch operations, see Patch Operations.

Returns:



5302
5303
5304
5305
5306
5307
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5302

class UpdateClientCertificateRequest < Struct.new(
  :client_certificate_id,
  :patch_operations)
  SENSITIVE = []
  include Aws::Structure
end