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

Class: Aws::Glue::Types::GrokClassifier

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

Overview

A classifier that uses grok patterns.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#classificationString

An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, and so on.

Returns:

  • (String)

    An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, and so on.

#creation_timeTime

The time that this classifier was registered.

Returns:

  • (Time)

    The time that this classifier was registered.

#custom_patternsString

Optional custom grok patterns defined by this classifier. For more information, see custom patterns in Writing Custom Classifiers.

Returns:

  • (String)

    Optional custom grok patterns defined by this classifier.

#grok_patternString

The grok pattern applied to a data store by this classifier. For more information, see built-in patterns in Writing Custom Classifiers.

Returns:

  • (String)

    The grok pattern applied to a data store by this classifier.

#last_updatedTime

The time that this classifier was last updated.

Returns:

  • (Time)

    The time that this classifier was last updated.

#nameString

The name of the classifier.

Returns:

  • (String)

    The name of the classifier.

#versionInteger

The version of this classifier.

Returns:

  • (Integer)

    The version of this classifier.