Class: Aws::APIGateway::Types::DeleteClientCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DeleteClientCertificateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
A request to delete the ClientCertificate resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_certificate_id ⇒ String
The identifier of the ClientCertificate resource to be deleted.
Instance Attribute Details
#client_certificate_id ⇒ String
The identifier of the ClientCertificate resource to be deleted.
1272 1273 1274 1275 1276 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1272 class DeleteClientCertificateRequest < Struct.new( :client_certificate_id) SENSITIVE = [] include Aws::Structure end |