AWSIoTPackageVersionSummary
Objective-C
@interface AWSIoTPackageVersionSummary
Swift
class AWSIoTPackageVersionSummary
A summary of information about a package version.
-
The date that the package version was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationDate;
Swift
var creationDate: Date? { get set }
-
The date that the package version was last updated.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastModifiedDate;
Swift
var lastModifiedDate: Date? { get set }
-
The name of the associated software package.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable packageName;
Swift
var packageName: String? { get set }
-
The status of the package version. For more information, see Package version lifecycle.
Declaration
Objective-C
@property (nonatomic) AWSIoTPackageVersionStatus status;
Swift
var status: AWSIoTPackageVersionStatus { get set }
-
The name of the target package version.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable versionName;
Swift
var versionName: String? { get set }