Class: Aws::IoT::Types::DescribeCertificateRequest

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

Overview

The input for the DescribeCertificate operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_idString

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

Returns:

  • (String)


5232
5233
5234
5235
5236
# File 'lib/aws-sdk-iot/types.rb', line 5232

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