AWSIoTListRelatedResourcesForAuditFindingResponse
Objective-C
@interface AWSIoTListRelatedResourcesForAuditFindingResponse
Swift
class AWSIoTListRelatedResourcesForAuditFindingResponse
-
A token that can be used to retrieve the next set of results, or
null
for the first API call.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
The related resources.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTRelatedResource *> *_Nullable relatedResources;
Swift
var relatedResources: [AWSIoTRelatedResource]? { get set }