AWSIoTStartAuditMitigationActionsTaskResponse

Objective-C

@interface AWSIoTStartAuditMitigationActionsTaskResponse

Swift

class AWSIoTStartAuditMitigationActionsTaskResponse
  • The unique identifier for the audit mitigation task. This matches the taskId that you specified in the request.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable taskId;

    Swift

    var taskId: String? { get set }