AWSIoTAddThingToBillingGroupRequest
Objective-C
@interface AWSIoTAddThingToBillingGroupRequestSwift
class AWSIoTAddThingToBillingGroupRequest- 
                  
                  The ARN of the billing group. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable billingGroupArn;Swift var billingGroupArn: String? { get set }
- 
                  
                  The name of the billing group. This call is asynchronous. It might take several seconds for the detachment to propagate. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable billingGroupName;Swift var billingGroupName: String? { get set }
- 
                  
                  The ARN of the thing to be added to the billing group. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable thingArn;Swift var thingArn: String? { get set }
- 
                  
                  The name of the thing to be added to the billing group. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable thingName;Swift var thingName: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSIoTAddThingToBillingGroupRequest Class Reference
        AWSIoTAddThingToBillingGroupRequest Class Reference