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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


12872
12873
12874
12875
12876
12877
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12872

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

#certificate_idString

The CA certificate identifier.

Returns:

  • (String)


12872
12873
12874
12875
12876
12877
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12872

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