AWSIoTRemoveThingFromThingGroupRequest
Objective-C
@interface AWSIoTRemoveThingFromThingGroupRequest
Swift
class AWSIoTRemoveThingFromThingGroupRequest
-
The ARN of the thing to remove from the group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingArn;
Swift
var thingArn: String? { get set }
-
The group ARN.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingGroupArn;
Swift
var thingGroupArn: String? { get set }
-
The group name.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingGroupName;
Swift
var thingGroupName: String? { get set }
-
The name of the thing to remove from the group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingName;
Swift
var thingName: String? { get set }