AWSIoTListPackagesResponse
Objective-C
@interface AWSIoTListPackagesResponse
Swift
class AWSIoTListPackagesResponse
-
The token for the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
The software package summary.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTPackageSummary *> *_Nullable packageSummaries;
Swift
var packageSummaries: [AWSIoTPackageSummary]? { get set }