You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RegisterThingRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  template_body: "TemplateBody", # required
  parameters: {
    "Parameter" => "Value",
  },
}

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>)

    The parameters for provisioning a thing.

#template_bodyString

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

Returns:

  • (String)

    The provisioning template.