AWSIoTListThingRegistrationTasksRequest

Objective-C

@interface AWSIoTListThingRegistrationTasksRequest

Swift

class AWSIoTListThingRegistrationTasksRequest
  • The maximum number of results to return at one time.

    Declaration

    Objective-C

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

    Swift

    var maxResults: NSNumber? { get set }
  • To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }
  • The status of the bulk thing provisioning task.

    Declaration

    Objective-C

    @property (nonatomic) AWSIoTStatus status;

    Swift

    var status: AWSIoTStatus { get set }