Class: Aws::IoT::Types::RegisterThingResponse

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.



14599
14600
14601
14602
14603
14604
# File 'lib/aws-sdk-iot/types.rb', line 14599

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

#resource_arnsHash<String,String>

ARNs for the generated resources.



14599
14600
14601
14602
14603
14604
# File 'lib/aws-sdk-iot/types.rb', line 14599

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