class Aws::CloudWatchLogs::Types::GetLogRecordRequest

@note When making an API call, you may pass GetLogRecordRequest

data as a hash:

    {
      log_record_pointer: "LogRecordPointer", # required
    }

@!attribute [rw] log_record_pointer

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/GetLogRecordRequest AWS API Documentation

Constants

SENSITIVE