AWSIoTDeleteThingTypeRequest
Objective-C
@interface AWSIoTDeleteThingTypeRequest
Swift
class AWSIoTDeleteThingTypeRequest
The input for the DeleteThingType operation.
Required parameters: [thingTypeName]
-
The name of the thing type.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingTypeName;
Swift
var thingTypeName: String? { get set }