AWSIoTListJobExecutionsForJobResponse

Objective-C

@interface AWSIoTListJobExecutionsForJobResponse

Swift

class AWSIoTListJobExecutionsForJobResponse
  • A list of job execution summaries.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTJobExecutionSummaryForJob *> *_Nullable executionSummaries;

    Swift

    var executionSummaries: [AWSIoTJobExecutionSummaryForJob]? { get set }
  • The token for the next set of results, or null if there are no additional results.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }