AWSIoTUpdateThingGroupResponse
Objective-C
@interface AWSIoTUpdateThingGroupResponse
Swift
class AWSIoTUpdateThingGroupResponse
-
The version of the updated thing group.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable version;
Swift
var version: NSNumber? { get set }