Class: Aws::IoT::Types::RegisterCertificateWithoutCARequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_pemString

The certificate data, in PEM format.

Returns:

  • (String)


14320
14321
14322
14323
14324
14325
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14320

class RegisterCertificateWithoutCARequest < Struct.new(
  :certificate_pem,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the register certificate request.

Returns:

  • (String)


14320
14321
14322
14323
14324
14325
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14320

class RegisterCertificateWithoutCARequest < Struct.new(
  :certificate_pem,
  :status)
  SENSITIVE = []
  include Aws::Structure
end