AWSIoTStartOnDemandAuditTaskRequest
Objective-C
@interface AWSIoTStartOnDemandAuditTaskRequest
Swift
class AWSIoTStartOnDemandAuditTaskRequest
-
Which checks are performed during the audit. The checks you specify must be enabled for your account or an exception occurs. Use
DescribeAccountAuditConfigurationto see the list of all checks, including those that are enabled orUpdateAccountAuditConfigurationto select which checks are enabled.Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable targetCheckNames;Swift
var targetCheckNames: [String]? { get set }
View on GitHub
Install in Dash
AWSIoTStartOnDemandAuditTaskRequest Class Reference