AWSIoTListScheduledAuditsResponse
Objective-C
@interface AWSIoTListScheduledAuditsResponse
Swift
class AWSIoTListScheduledAuditsResponse
-
A token that can be used to retrieve the next set of results, or
null
if there are no additional results.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
The list of scheduled audits.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTScheduledAuditMetadata *> *_Nullable scheduledAudits;
Swift
var scheduledAudits: [AWSIoTScheduledAuditMetadata]? { get set }