AWSIoTListJobExecutionsForThingResponse

Objective-C

@interface AWSIoTListJobExecutionsForThingResponse

Swift

class AWSIoTListJobExecutionsForThingResponse
  • A list of job execution summaries.

    Declaration

    Objective-C

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

    Swift

    var executionSummaries: [AWSIoTJobExecutionSummaryForThing]? { 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 }