class Aws::IoT::Types::AttachThingPrincipalRequest
@return [String]
The principal, such as a certificate or other credential.
@!attribute [rw] principal
@return [String]
The name of the thing.
@!attribute [rw] thing_name
}
principal: “Principal”, # required
thing_name: “ThingName”, # required
{
data as a hash:
@note When making an API call, you may pass AttachThingPrincipalRequest
The input for the AttachThingPrincipal operation.