AWSIoTDeleteThingRequest

Objective-C

@interface AWSIoTDeleteThingRequest

Swift

class AWSIoTDeleteThingRequest

The input for the DeleteThing operation.

Required parameters: [thingName]

  • The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing request is rejected with a VersionConflictException.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable expectedVersion;

    Swift

    var expectedVersion: NSNumber? { get set }
  • The name of the thing to delete.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable thingName;

    Swift

    var thingName: String? { get set }