Class: Aws::IoT::Types::RegisterThingRequest

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

#parametersHash<String,String>

The parameters for provisioning a thing. See Provisioning Templates for more information.

Returns:

  • (Hash<String,String>)


12976
12977
12978
12979
12980
12981
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12976

class RegisterThingRequest < Struct.new(
  :template_body,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#template_bodyString

The provisioning template. See Provisioning Devices That Have Device Certificates for more information.

Returns:

  • (String)


12976
12977
12978
12979
12980
12981
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12976

class RegisterThingRequest < Struct.new(
  :template_body,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end