Class: Aws::IoT::Types::DescribeCACertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeCACertificateResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The output from the DescribeCACertificate operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_description ⇒ Types::CACertificateDescription
The CA certificate description.
-
#registration_config ⇒ Types::RegistrationConfig
Information about the registration configuration.
Instance Attribute Details
#certificate_description ⇒ Types::CACertificateDescription
The CA certificate description.
5719 5720 5721 5722 5723 5724 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5719 class DescribeCACertificateResponse < Struct.new( :certificate_description, :registration_config) SENSITIVE = [] include Aws::Structure end |
#registration_config ⇒ Types::RegistrationConfig
Information about the registration configuration.
5719 5720 5721 5722 5723 5724 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5719 class DescribeCACertificateResponse < Struct.new( :certificate_description, :registration_config) SENSITIVE = [] include Aws::Structure end |