AWSIoTDeleteBillingGroupRequest
Objective-C
@interface AWSIoTDeleteBillingGroupRequest
Swift
class AWSIoTDeleteBillingGroupRequest
-
The name of the billing group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable billingGroupName;
Swift
var billingGroupName: String? { get set }
-
The expected version of the billing group. If the version of the billing group does not match the expected version specified in the request, the
DeleteBillingGroup
request is rejected with aVersionConflictException
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable expectedVersion;
Swift
var expectedVersion: NSNumber? { get set }