Class: Aws::IoT::Types::RegisterCACertificateResponse

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

Overview

The output from the RegisterCACertificateResponse operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The CA certificate ARN.

Returns:

  • (String)


13066
13067
13068
13069
13070
13071
# File 'lib/aws-sdk-iot/types.rb', line 13066

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

#certificate_idString

The CA certificate identifier.

Returns:

  • (String)


13066
13067
13068
13069
13070
13071
# File 'lib/aws-sdk-iot/types.rb', line 13066

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