CreateKeysAndCertificateResponse

public struct CreateKeysAndCertificateResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the certificate.

    Declaration

    Swift

    public let certificateArn: String?
  • The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).

    Declaration

    Swift

    public let certificateId: String?
  • The certificate data, in PEM format.

    Declaration

    Swift

    public let certificatePem: String?
  • The generated key pair.

    Declaration

    Swift

    public let keyPair: KeyPair?
  • Undocumented

    Declaration

    Swift

    public init(certificateArn: String? = nil, certificateId: String? = nil, certificatePem: String? = nil, keyPair: KeyPair? = nil)