AWSLogsSearchedLogStream

Objective-C

@interface AWSLogsSearchedLogStream

Swift

class AWSLogsSearchedLogStream

Represents the search status of a log stream.

  • The name of the log stream.

    Declaration

    Objective-C

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

    Swift

    var logStreamName: String? { get set }
  • Indicates whether all the events in this log stream were searched.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable searchedCompletely;

    Swift

    var searchedCompletely: NSNumber? { get set }