AWSIoTPackageSummary
Objective-C
@interface AWSIoTPackageSummary
Swift
class AWSIoTPackageSummary
A summary of information about a software package.
-
The date that the package was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationDate;
Swift
var creationDate: Date? { get set }
-
The name of the default package version.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable defaultVersionName;
Swift
var defaultVersionName: String? { get set }
-
The date that the package was last updated.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastModifiedDate;
Swift
var lastModifiedDate: Date? { get set }
-
The name for the target software package.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable packageName;
Swift
var packageName: String? { get set }