class Aws::IoT::Types::ListThingTypesRequest
@return [String]
The name of the thing type.
@!attribute [rw] thing_type_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_type_name: “ThingTypeName”,
max_results: 1,
next_token: “NextToken”,
{
data as a hash:
@note When making an API call, you may pass ListThingTypesRequest
The input for the ListThingTypes operation.