Class: Aws::IoT::Types::RegisterCertificateResponse

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

Overview

The output from the RegisterCertificate operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The certificate ARN.

Returns:

  • (String)


13114
13115
13116
13117
13118
13119
# File 'lib/aws-sdk-iot/types.rb', line 13114

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

#certificate_idString

The certificate identifier.

Returns:

  • (String)


13114
13115
13116
13117
13118
13119
# File 'lib/aws-sdk-iot/types.rb', line 13114

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