Class: Aws::APIGateway::Types::UpdateClientCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::UpdateClientCertificateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
A request to change information about an ClientCertificate resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_certificate_id ⇒ String
The identifier of the ClientCertificate resource to be updated.
-
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see [Patch Operations].
Instance Attribute Details
#client_certificate_id ⇒ String
The identifier of the ClientCertificate resource to be updated.
5303 5304 5305 5306 5307 5308 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5303 class UpdateClientCertificateRequest < Struct.new( :client_certificate_id, :patch_operations) SENSITIVE = [] include Aws::Structure end |
#patch_operations ⇒ Array<Types::PatchOperation>
For more information about supported patch operations, see [Patch Operations].
[1]: docs.aws.amazon.com/apigateway/latest/api/patch-operations.html
5303 5304 5305 5306 5307 5308 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5303 class UpdateClientCertificateRequest < Struct.new( :client_certificate_id, :patch_operations) SENSITIVE = [] include Aws::Structure end |