Skip to content

/AWS1/CL_NWFDESCRRLGRPSUMMRSP

DescribeRuleGroupSummaryResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_rulegroupname TYPE /AWS1/NWFRESOURCENAME /AWS1/NWFRESOURCENAME

The descriptive name of the rule group. You can't change the name of a rule group after you create it.

Optional arguments:

iv_description TYPE /AWS1/NWFDESCRIPTION /AWS1/NWFDESCRIPTION

A description of the rule group.

io_summary TYPE REF TO /AWS1/CL_NWFSUMMARY /AWS1/CL_NWFSUMMARY

A complex type that contains rule information based on the rule group's configured summary settings. The content varies depending on the fields that you specified to extract in your SummaryConfiguration. When you haven't configured any summary settings, this returns an empty array. The response might include:

  • Rule identifiers

  • Rule descriptions

  • Any metadata fields that you specified in your SummaryConfiguration


Queryable Attributes

RuleGroupName

The descriptive name of the rule group. You can't change the name of a rule group after you create it.

Accessible with the following methods

Method Description
GET_RULEGROUPNAME() Getter for RULEGROUPNAME, with configurable default
ASK_RULEGROUPNAME() Getter for RULEGROUPNAME w/ exceptions if field has no value
HAS_RULEGROUPNAME() Determine if RULEGROUPNAME has a value

Description

A description of the rule group.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

Summary

A complex type that contains rule information based on the rule group's configured summary settings. The content varies depending on the fields that you specified to extract in your SummaryConfiguration. When you haven't configured any summary settings, this returns an empty array. The response might include:

  • Rule identifiers

  • Rule descriptions

  • Any metadata fields that you specified in your SummaryConfiguration

Accessible with the following methods

Method Description
GET_SUMMARY() Getter for SUMMARY