AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ListThings operation. Lists your things. Use the attributeName and attributeValue parameters to filter your things. For example, calling ListThings with attributeName=Color and attributeValue=Red retrieves all things in the registry that contain an attribute Color with the value Red. For more information, see List Things from the Amazon Web Services IoT Core Developer Guide.

Requires permission to access the ListThings action.

You will not be charged for calling this API if an Access denied error is returned. You will also not be charged if no attributes or pagination token was provided in request and no pagination token and no results were returned.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.IoT.AmazonIoTRequest
      Amazon.IoT.Model.ListThingsRequest

Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z

Syntax

C#
public class ListThingsRequest : AmazonIoTRequest
         IAmazonWebServiceRequest

The ListThingsRequest type exposes the following members

Constructors

NameDescription
Public Method ListThingsRequest()

Properties

NameTypeDescription
Public Property AttributeName System.String

Gets and sets the property AttributeName.

The attribute name used to search for things.

Public Property AttributeValue System.String

Gets and sets the property AttributeValue.

The attribute value used to search for things.

Public Property Marker System.String

Gets and sets the property Marker.

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results to return in this operation.

Public Property ThingTypeName System.String

Gets and sets the property ThingTypeName.

The name of the thing type used to search for things.

Public Property UsePrefixAttributeValue System.Boolean

Gets and sets the property UsePrefixAttributeValue.

When true, the action returns the thing resources with attribute values that start with the attributeValue provided.

When false, or not present, the action returns only the thing resources with attribute values that match the entire attributeValue provided.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5