AWSLogsStartLiveTailResponse
Objective-C
@interface AWSLogsStartLiveTailResponse
Swift
class AWSLogsStartLiveTailResponse
-
An object that includes the stream returned by your request. It can include both log events and exceptions.
Declaration
Objective-C
@property (nonatomic, strong) AWSLogsStartLiveTailResponseStream *_Nullable responseStream;
Swift
var responseStream: AWSLogsStartLiveTailResponseStream? { get set }