class Aws::IoT::Types::ListThingPrincipalsRequest


@return [String]
The name of the thing.
@!attribute [rw] thing_name
@return [Integer]
The maximum number of results to return in this operation.
@!attribute [rw] max_results
@return [String]
results.
previous response; otherwise null to receive the first set of
To retrieve the next set of results, the ‘nextToken` value from a
@!attribute [rw] next_token
}
thing_name: “ThingName”, # required
max_results: 1,
next_token: “NextToken”,
{
data as a hash:
@note When making an API call, you may pass ListThingPrincipalsRequest
The input for the ListThingPrincipal operation.