SearchedLogStream
public struct SearchedLogStream : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the log stream.
Declaration
Swift
public let logStreamName: String?
-
Indicates whether all the events in this log stream were searched.
Declaration
Swift
public let searchedCompletely: Bool?
-
Undocumented
Declaration
Swift
public init(logStreamName: String? = nil, searchedCompletely: Bool? = nil)