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

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)


12991
12992
12993
12994
12995
12996
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12991

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

#resource_arnsHash<String,String>

ARNs for the generated resources.

Returns:

  • (Hash<String,String>)


12991
12992
12993
12994
12995
12996
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12991

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