AWSIoTStartOnDemandAuditTaskResponse

Objective-C

@interface AWSIoTStartOnDemandAuditTaskResponse

Swift

class AWSIoTStartOnDemandAuditTaskResponse
  • The ID of the on-demand audit you started.

    Declaration

    Objective-C

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

    Swift

    var taskId: String? { get set }