You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatchLogs::Types::GetLogRecordRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetLogRecordRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  log_record_pointer: "LogRecordPointer", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#log_record_pointerString

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.

Returns:

  • (String)

    The pointer corresponding to the log event record you want to retrieve.