GetLogRecordRequest
public struct GetLogRecordRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The pointer corresponding to the log event record you want to retrieve. You get this from the response of a GetQueryResults operation. In that response, the value of the @ptr field for a log event is the value to use as logRecordPointer to retrieve that complete log event record.
Declaration
Swift
public let logRecordPointer: String
-
Undocumented
Declaration
Swift
public init(logRecordPointer: String)