AWSIoTGetPackageVersionResponse
Objective-C
@interface AWSIoTGetPackageVersionResponse
Swift
class AWSIoTGetPackageVersionResponse
-
Metadata that were added to the package version that can be used to define a package version’s configuration.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable attributes;
Swift
var attributes: [String : String]? { get set }
-
The date when the package version was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationDate;
Swift
var creationDate: Date? { get set }
-
The package version description.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;
Swift
var detail: String? { get set }
-
Error reason for a package version failure during creation or update.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable errorReason;
Swift
var errorReason: String? { get set }
-
The date when 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 software package.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable packageName;
Swift
var packageName: String? { get set }
-
The ARN for the package version.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable packageVersionArn;
Swift
var packageVersionArn: String? { get set }
-
The status associated to 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 package version.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable versionName;
Swift
var versionName: String? { get set }