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

Class: Aws::CloudWatch::Types::InsightRule

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

Overview

This structure contains the definition for a Contributor Insights rule.

Instance Attribute Summary collapse

Instance Attribute Details

#definitionString

The definition of the rule, as a JSON object. The definition contains the keywords used to define contributors, the value to aggregate on if this rule returns a sum instead of a count, and the filters. For details on the valid syntax, see Contributor Insights Rule Syntax.

Returns:

  • (String)

    The definition of the rule, as a JSON object.

#nameString

The name of the rule.

Returns:

  • (String)

    The name of the rule.

#schemaString

For rules that you create, this is always {"Name": "CloudWatchLogRule", "Version": 1}. For built-in rules, this is {"Name": "ServiceLogRule", "Version": 1}

Returns:

  • (String)

    For rules that you create, this is always {"Name": "CloudWatchLogRule", "Version": 1}.

#stateString

Indicates whether the rule is enabled or disabled.

Returns:

  • (String)

    Indicates whether the rule is enabled or disabled.