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 }
  • Metadata which can be used to manage the thing group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTTag *> *_Nullable tags;

    Swift

    var tags: [AWSIoTTag]? { 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 }