AWSIoTGetPackageResponse
Objective-C
@interface AWSIoTGetPackageResponse
Swift
class AWSIoTGetPackageResponse
-
The date 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 package description.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable detail;Swift
var detail: String? { get set } -
The date when the package was last updated.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastModifiedDate;Swift
var lastModifiedDate: Date? { get set } -
The ARN for the package.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable packageArn;Swift
var packageArn: String? { get set } -
The name of the software package.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable packageName;Swift
var packageName: String? { get set }
View on GitHub
Install in Dash
AWSIoTGetPackageResponse Class Reference