Class: Aws::IoT::Types::DeleteCACertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteCACertificateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Input for the DeleteCACertificate operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_id ⇒ String
The ID of the certificate to delete.
Instance Attribute Details
#certificate_id ⇒ String
The ID of the certificate to delete. (The last part of the certificate ARN contains the certificate ID.)
4463 4464 4465 4466 4467 |
# File 'lib/aws-sdk-iot/types.rb', line 4463 class DeleteCACertificateRequest < Struct.new( :certificate_id) SENSITIVE = [] include Aws::Structure end |