LogGroupField

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String?

The name of a log field.

Link copied to clipboard

The percentage of log events queried that contained the field.

Functions

Link copied to clipboard
inline fun copy(block: LogGroupField.Builder.() -> Unit = {}): LogGroupField
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String