class Aws::IoT::Types::ListThingsRequest


@return [Boolean]
‘attributeValue` provided.
resources with attribute values that match the entire
When `false`, or not present, the action returns only the thing
values that start with the `attributeValue` provided.
When `true`, the action returns the thing resources with attribute
@!attribute [rw] use_prefix_attribute_value
@return [String]
The name of the thing type used to search for things.
@!attribute [rw] thing_type_name
@return [String]
The attribute value used to search for things.
@!attribute [rw] attribute_value
@return [String]
The attribute name used to search for things.
@!attribute [rw] attribute_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
}
use_prefix_attribute_value: false,
thing_type_name: “ThingTypeName”,
attribute_value: “AttributeValue”,
attribute_name: “AttributeName”,
max_results: 1,
next_token: “NextToken”,
{
data as a hash:
@note When making an API call, you may pass ListThingsRequest
The input for the ListThings operation.