class Aws::IoT::Types::ListPrincipalThingsRequest
@return [String]
The principal.
@!attribute [rw] principal
@return [Integer]
The maximum number of results to return in this operation.
@!attribute [rw] max_results
@return [String]
The token to retrieve the next set of results.
@!attribute [rw] next_token
}
principal: “Principal”, # required
max_results: 1,
next_token: “NextToken”,
{
data as a hash:
@note When making an API call, you may pass ListPrincipalThingsRequest
The input for the ListPrincipalThings operation.