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

Class: Aws::ApplicationInsights::Types::LogPattern

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

Overview

An object that defines the log patterns that belongs to a LogPatternSet.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#patternString

A regular expression that defines the log pattern. A log pattern can contains at many as 50 characters, and it cannot be empty.

Returns:

  • (String)

    A regular expression that defines the log pattern.

#pattern_nameString

The name of the log pattern. A log pattern name can contains at many as 50 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

Returns:

  • (String)

    The name of the log pattern.

#pattern_set_nameString

The name of the log pattern. A log pattern name can contains at many as 30 characters, and it cannot be empty. The characters can be Unicode letters, digits or one of the following symbols: period, dash, underscore.

Returns:

  • (String)

    The name of the log pattern.

#rankInteger

Rank of the log pattern.

Returns:

  • (Integer)

    Rank of the log pattern.