AWSLogsCreateExportTaskResponse

Objective-C

@interface AWSLogsCreateExportTaskResponse

Swift

class AWSLogsCreateExportTaskResponse
  • The ID of the export task.

    Declaration

    Objective-C

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

    Swift

    var taskId: String? { get set }