AWSIoTListOTAUpdatesResponse

Objective-C

@interface AWSIoTListOTAUpdatesResponse

Swift

class AWSIoTListOTAUpdatesResponse
  • A token to use to get the next set of results.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }
  • A list of OTA update jobs.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTOTAUpdateSummary *> *_Nullable otaUpdates;

    Swift

    var otaUpdates: [AWSIoTOTAUpdateSummary]? { get set }