AWSIoTRemoveThingFromBillingGroupRequest
Objective-C
@interface AWSIoTRemoveThingFromBillingGroupRequest
Swift
class AWSIoTRemoveThingFromBillingGroupRequest
-
The ARN of the billing group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable billingGroupArn;
Swift
var billingGroupArn: String? { get set }
-
The name of the billing group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable billingGroupName;
Swift
var billingGroupName: String? { get set }
-
The ARN of the thing to be removed from the billing group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingArn;
Swift
var thingArn: String? { get set }
-
The name of the thing to be removed from the billing group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable thingName;
Swift
var thingName: String? { get set }