StartOnDemandAuditTaskRequest
public struct StartOnDemandAuditTaskRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Which checks are performed during the audit. The checks you specify must be enabled for your account or an exception occurs. Use DescribeAccountAuditConfiguration to see the list of all checks, including those that are enabled or UpdateAccountAuditConfiguration to select which checks are enabled.
Declaration
Swift
public let targetCheckNames: [String]
-
Undocumented
Declaration
Swift
public init(targetCheckNames: [String])