AWSIoTDeleteThingGroupRequest

Objective-C

@interface AWSIoTDeleteThingGroupRequest

Swift

class AWSIoTDeleteThingGroupRequest
  • The expected version of the thing group to delete.

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var thingGroupName: String? { get set }