class Aws::IoT::Types::CreateThingRequest
@return [Types::AttributePayload]
‘{“attributes”:{“string1”:“string2”}}`
pairs in a JSON document. For example:
The attribute payload, which consists of up to three name/value
@!attribute [rw] attribute_payload
@return [String]
The name of the thing type associated with the new thing.
@!attribute [rw] thing_type_name
@return [String]
The name of the thing to create.
@!attribute [rw] thing_name
}
},
merge: false,
},
“AttributeName” => “AttributeValue”,
attributes: {
attribute_payload: {
thing_type_name: “ThingTypeName”,
thing_name: “ThingName”, # required
{
data as a hash:
@note When making an API call, you may pass CreateThingRequest
The input for the CreateThing operation.