You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::CreateKeysAndCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateKeysAndCertificateResponse
- Defined in:
- (unknown)
Overview
The output of the CreateKeysAndCertificate operation.
Returned by:
Instance Attribute Summary collapse
-
#certificate_arn ⇒ String
The ARN of the certificate.
-
#certificate_id ⇒ String
The ID of the certificate.
-
#certificate_pem ⇒ String
The certificate data, in PEM format.
-
#key_pair ⇒ Types::KeyPair
The generated key pair.
Instance Attribute Details
#certificate_arn ⇒ String
The ARN of the certificate.
#certificate_id ⇒ String
The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).
#certificate_pem ⇒ String
The certificate data, in PEM format.
#key_pair ⇒ Types::KeyPair
The generated key pair.