ParserActionSummary

class oci.log_analytics.models.ParserActionSummary(**kwargs)

Bases: object

A parser action summary object.

Methods

__init__(**kwargs) Initializes a new ParserActionSummary object with values from keyword arguments.

Attributes

description Gets the description of this ParserActionSummary.
display_name Gets the display_name of this ParserActionSummary.
name [Required] Gets the name of this ParserActionSummary.
__init__(**kwargs)

Initializes a new ParserActionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this ParserActionSummary.
  • display_name (str) – The value to assign to the display_name property of this ParserActionSummary.
  • description (str) – The value to assign to the description property of this ParserActionSummary.
description

Gets the description of this ParserActionSummary. The parser action description.

Returns:The description of this ParserActionSummary.
Return type:str
display_name

Gets the display_name of this ParserActionSummary. The parser action display name.

Returns:The display_name of this ParserActionSummary.
Return type:str
name

[Required] Gets the name of this ParserActionSummary. The parser action name.

Returns:The name of this ParserActionSummary.
Return type:str