Class: Aws::IoT::Types::CreateKeysAndCertificateResponse

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

Overview

The output of the CreateKeysAndCertificate operation.

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The ARN of the certificate.

Returns:

  • (String)


2083
2084
2085
2086
2087
2088
2089
# File 'lib/aws-sdk-iot/types.rb', line 2083

class CreateKeysAndCertificateResponse < Struct.new(
  :certificate_arn,
  :certificate_id,
  :certificate_pem,
  :key_pair)
  include Aws::Structure
end

#certificate_idString

The ID of the certificate. AWS IoT issues a default subject name for the certificate (for example, AWS IoT Certificate).

Returns:

  • (String)


2083
2084
2085
2086
2087
2088
2089
# File 'lib/aws-sdk-iot/types.rb', line 2083

class CreateKeysAndCertificateResponse < Struct.new(
  :certificate_arn,
  :certificate_id,
  :certificate_pem,
  :key_pair)
  include Aws::Structure
end

#certificate_pemString

The certificate data, in PEM format.

Returns:

  • (String)


2083
2084
2085
2086
2087
2088
2089
# File 'lib/aws-sdk-iot/types.rb', line 2083

class CreateKeysAndCertificateResponse < Struct.new(
  :certificate_arn,
  :certificate_id,
  :certificate_pem,
  :key_pair)
  include Aws::Structure
end

#key_pairTypes::KeyPair

The generated key pair.

Returns:



2083
2084
2085
2086
2087
2088
2089
# File 'lib/aws-sdk-iot/types.rb', line 2083

class CreateKeysAndCertificateResponse < Struct.new(
  :certificate_arn,
  :certificate_id,
  :certificate_pem,
  :key_pair)
  include Aws::Structure
end