AWSIoTCreateBillingGroupRequest

Objective-C

@interface AWSIoTCreateBillingGroupRequest

Swift

class AWSIoTCreateBillingGroupRequest
  • The name you wish to give to the billing group.

    Declaration

    Objective-C

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

    Swift

    var billingGroupName: String? { get set }
  • The properties of the billing group.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSIoTBillingGroupProperties *_Nullable billingGroupProperties;

    Swift

    var billingGroupProperties: AWSIoTBillingGroupProperties? { get set }
  • Metadata which can be used to manage the billing group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTTag *> *_Nullable tags;

    Swift

    var tags: [AWSIoTTag]? { get set }