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

Class: Aws::CloudWatchLogs::Types::LogGroupField

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

Overview

The fields contained in log events found by a GetLogGroupFields operation, along with the percentage of queried log events in which each field appears.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of a log field.

Returns:

  • (String)

    The name of a log field.

#percentInteger

The percentage of log events queried that contained the field.

Returns:

  • (Integer)

    The percentage of log events queried that contained the field.