Class: Aws::IoT::Types::DeleteCACertificateRequest

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

Overview

Input for the DeleteCACertificate operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_idString

The ID of the certificate to delete. (The last part of the certificate ARN contains the certificate ID.)

Returns:

  • (String)


4279
4280
4281
4282
4283
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4279

class DeleteCACertificateRequest < Struct.new(
  :certificate_id)
  SENSITIVE = []
  include Aws::Structure
end