Class: Aws::IoT::Types::CreateCertificateFromCsrResponse

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

Overview

The output from the CreateCertificateFromCsr operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The Amazon Resource Name (ARN) of the certificate. You can use the ARN as a principal for policy operations.

Returns:

  • (String)


2374
2375
2376
2377
2378
2379
2380
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2374

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

#certificate_idString

The ID of the certificate. Certificate management operations only take a certificateId.

Returns:

  • (String)


2374
2375
2376
2377
2378
2379
2380
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2374

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

#certificate_pemString

The certificate data, in PEM format.

Returns:

  • (String)


2374
2375
2376
2377
2378
2379
2380
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2374

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