AWSIoTListJobExecutionsForJobRequest

Objective-C

@interface AWSIoTListJobExecutionsForJobRequest

Swift

class AWSIoTListJobExecutionsForJobRequest
  • The unique identifier you assigned to this job when it was created.

    Declaration

    Objective-C

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

    Swift

    var jobId: String? { get set }
  • The maximum number of results to be returned per request.

    Declaration

    Objective-C

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

    Swift

    var maxResults: NSNumber? { get set }
  • The token to retrieve the next set of results.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }
  • The status of the job.

    Declaration

    Objective-C

    @property (nonatomic) AWSIoTJobExecutionStatus status;

    Swift

    var status: AWSIoTJobExecutionStatus { get set }