AWSIoTOTAUpdateSummary

Objective-C

@interface AWSIoTOTAUpdateSummary

Swift

class AWSIoTOTAUpdateSummary

An OTA update summary.

  • The date when the OTA update was created.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable creationDate;

    Swift

    var creationDate: Date? { get set }
  • The OTA update ARN.

    Declaration

    Objective-C

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

    Swift

    var otaUpdateArn: String? { get set }
  • The OTA update ID.

    Declaration

    Objective-C

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

    Swift

    var otaUpdateId: String? { get set }