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

Class: Aws::CloudWatchLogs::Types::ResultField

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

Overview

Contains one field from one log event returned by a CloudWatch Logs Insights query, along with the value of that field.

For more information about the fields that are generated by CloudWatch logs, see Supported Logs and Discovered Fields.

Instance Attribute Summary collapse

Instance Attribute Details

#fieldString

The log event field.

Returns:

  • (String)

    The log event field.

#valueString

The value of this field.

Returns:

  • (String)

    The value of this field.