CancelAuditTaskRequest
public struct CancelAuditTaskRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the audit you want to cancel. You can only cancel an audit that is “IN_PROGRESS”.
Declaration
Swift
public let taskId: String
-
Undocumented
Declaration
Swift
public init(taskId: String)
-
Declaration
Swift
public func validate(name: String) throws