AWSIoTListThingRegistrationTaskReportsRequest

Objective-C

@interface AWSIoTListThingRegistrationTaskReportsRequest

Swift

class AWSIoTListThingRegistrationTaskReportsRequest
  • The maximum number of results to return per request.

    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 type of task report.

    Declaration

    Objective-C

    @property (nonatomic) AWSIoTReportType reportType;

    Swift

    var reportType: AWSIoTReportType { get set }
  • The id of the task.

    Declaration

    Objective-C

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

    Swift

    var taskId: String? { get set }