C# Class Amazon.IoT.Model.DeleteThingTypeRequest

Container for the parameters to the DeleteThingType operation. Deletes the specified thing type . You cannot delete a thing type if it has things associated with it. To delete a thing type, first mark it as deprecated by calling DeprecateThingType, then remove any associated things by calling UpdateThing to change the thing type on any associated thing, and finally use DeleteThingType to delete the thing type.
Inheritance: AmazonIoTRequest
Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetThingTypeName ( ) : bool