AWSIoTCreateThingGroupResponse

Objective-C

@interface AWSIoTCreateThingGroupResponse

Swift

class AWSIoTCreateThingGroupResponse
  • The thing group ARN.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable thingGroupArn;

    Swift

    var thingGroupArn: String? { get set }
  • The thing group ID.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable thingGroupId;

    Swift

    var thingGroupId: String? { get set }
  • The thing group name.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable thingGroupName;

    Swift

    var thingGroupName: String? { get set }