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

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

Overview

The output of the CreateKeysAndCertificate operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The ARN of the certificate.

Returns:

  • (String)


3130
3131
3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3130

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

#certificate_idString

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

Returns:

  • (String)


3130
3131
3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3130

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

#certificate_pemString

The certificate data, in PEM format.

Returns:

  • (String)


3130
3131
3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3130

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

#key_pairTypes::KeyPair

The generated key pair.

Returns:



3130
3131
3132
3133
3134
3135
3136
3137
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3130

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