Class: Aws::IoT::Types::DescribeCertificateResponse

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

Overview

The output of the DescribeCertificate operation.

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_descriptionTypes::CertificateDescription

The description of the certificate.



3840
3841
3842
3843
# File 'lib/aws-sdk-iot/types.rb', line 3840

class DescribeCertificateResponse < Struct.new(
  :certificate_description)
  include Aws::Structure
end