AWSIoTListActiveViolationsResponse
Objective-C
@interface AWSIoTListActiveViolationsResponse
Swift
class AWSIoTListActiveViolationsResponse
-
The list of active violations.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSIoTActiveViolation *> *_Nullable activeViolations;
Swift
var activeViolations: [AWSIoTActiveViolation]? { get set }
-
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 }