Method: Aws::IoT::Types::RegisterThingResponse#certificate_pem
- Defined in:
- lib/aws-sdk-iot/types.rb
#certificate_pem ⇒ String
The certificate data, in PEM format.
14376 14377 14378 14379 14380 14381 |
# File 'lib/aws-sdk-iot/types.rb', line 14376 class RegisterThingResponse < Struct.new( :certificate_pem, :resource_arns) SENSITIVE = [] include Aws::Structure end |