Class: Aws::IoT::Types::DescribeCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeCertificateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The output of the DescribeCertificate operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_description ⇒ Types::CertificateDescription
The description of the certificate.
Instance Attribute Details
#certificate_description ⇒ Types::CertificateDescription
The description of the certificate.
5428 5429 5430 5431 5432 |
# File 'lib/aws-sdk-iot/types.rb', line 5428 class DescribeCertificateResponse < Struct.new( :certificate_description) SENSITIVE = [] include Aws::Structure end |