AWSIoTListJobTemplatesResponse

Objective-C

@interface AWSIoTListJobTemplatesResponse

Swift

class AWSIoTListJobTemplatesResponse
  • A list of objects that contain information about the job templates.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTJobTemplateSummary *> *_Nullable jobTemplates;

    Swift

    var jobTemplates: [AWSIoTJobTemplateSummary]? { 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 }