AWSIoTUpdateBillingGroupRequest

Objective-C

@interface AWSIoTUpdateBillingGroupRequest

Swift

class AWSIoTUpdateBillingGroupRequest
  • The name of 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 }
  • 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 UpdateBillingGroup request is rejected with a VersionConflictException.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable expectedVersion;

    Swift

    var expectedVersion: NSNumber? { get set }