AWSIoTUpdateThingGroupRequest
Objective-C
@interface AWSIoTUpdateThingGroupRequest
Swift
class AWSIoTUpdateThingGroupRequest
-
The expected version of the thing group. If this does not match the version of the thing group being updated, the update will fail.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable expectedVersion;
Swift
var expectedVersion: NSNumber? { get set }
-
The thing group to update.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingGroupName;
Swift
var thingGroupName: String? { get set }
-
The thing group properties.
Declaration
Objective-C
@property (nonatomic, strong) AWSIoTThingGroupProperties *_Nullable thingGroupProperties;
Swift
var thingGroupProperties: AWSIoTThingGroupProperties? { get set }