AWSIoTAddThingToBillingGroupRequest

Objective-C

@interface AWSIoTAddThingToBillingGroupRequest

Swift

class AWSIoTAddThingToBillingGroupRequest
  • 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.

    This call is asynchronous. It might take several seconds for the detachment to propagate.

    Declaration

    Objective-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.

    Declaration

    Objective-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.

    Declaration

    Objective-C

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

    Swift

    var thingName: String? { get set }