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)


3620
3621
3622
3623
3624
3625
3626
3627
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3620

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)


3620
3621
3622
3623
3624
3625
3626
3627
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3620

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)


3620
3621
3622
3623
3624
3625
3626
3627
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3620

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:



3620
3621
3622
3623
3624
3625
3626
3627
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3620

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