AWSIoTCreateThingGroupRequest
Objective-C
@interface AWSIoTCreateThingGroupRequest
Swift
class AWSIoTCreateThingGroupRequest
-
The name of the parent thing group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable parentGroupName;Swift
var parentGroupName: String? { get set } -
The thing group name to create.
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 }
View on GitHub
Install in Dash
AWSIoTCreateThingGroupRequest Class Reference