AWSIoTCreateBillingGroupResponse
Objective-C
@interface AWSIoTCreateBillingGroupResponse
Swift
class AWSIoTCreateBillingGroupResponse
-
The ARN of the billing group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable billingGroupArn;
Swift
var billingGroupArn: String? { get set }
-
The ID of the billing group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable billingGroupId;
Swift
var billingGroupId: String? { get set }
-
The name you gave to the billing group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable billingGroupName;
Swift
var billingGroupName: String? { get set }