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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


12935
12936
12937
12938
12939
12940
# File 'lib/aws-sdk-iot/types.rb', line 12935

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

#statusString

The status of the register certificate request.

Returns:

  • (String)


12935
12936
12937
12938
12939
12940
# File 'lib/aws-sdk-iot/types.rb', line 12935

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