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.

The definition of the thing type, including thing type name and description.

Inheritance Hierarchy

System.Object
  Amazon.IoT.Model.ThingTypeDefinition

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

Syntax

C#
public class ThingTypeDefinition

The ThingTypeDefinition type exposes the following members

Constructors

NameDescription
Public Method ThingTypeDefinition()

Properties

NameTypeDescription
Public Property ThingTypeArn System.String

Gets and sets the property ThingTypeArn.

The thing type ARN.

Public Property ThingTypeMetadata Amazon.IoT.Model.ThingTypeMetadata

Gets and sets the property ThingTypeMetadata.

The ThingTypeMetadata contains additional information about the thing type including: creation date and time, a value indicating whether the thing type is deprecated, and a date and time when it was deprecated.

Public Property ThingTypeName System.String

Gets and sets the property ThingTypeName.

The name of the thing type.

Public Property ThingTypeProperties Amazon.IoT.Model.ThingTypeProperties

Gets and sets the property ThingTypeProperties.

The ThingTypeProperties for the thing type.

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