AWSIoTDeleteDynamicThingGroupRequest
Objective-C
@interface AWSIoTDeleteDynamicThingGroupRequest
Swift
class AWSIoTDeleteDynamicThingGroupRequest
-
The expected version of the dynamic thing group to delete.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable expectedVersion;
Swift
var expectedVersion: NSNumber? { get set }
-
The name of the dynamic thing group to delete.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingGroupName;
Swift
var thingGroupName: String? { get set }