Skip to content

/AWS1/CL_SHBGETAUTOMATIONRLV01

GetAutomationRuleV2Response

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_rulearn TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING

The ARN of the V2 automation rule.

iv_ruleid TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING

The ID of the V2 automation rule.

iv_ruleorder TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING

The value for the rule priority.

iv_rulename TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING

The name of the V2 automation rule.

iv_rulestatus TYPE /AWS1/SHBRULESTATUSV2 /AWS1/SHBRULESTATUSV2

The status of the V2 automation automation rule.

iv_description TYPE /AWS1/SHBNONEMPTYSTRING /AWS1/SHBNONEMPTYSTRING

A description of the automation rule.

io_criteria TYPE REF TO /AWS1/CL_SHBCRITERIA /AWS1/CL_SHBCRITERIA

The filtering type and configuration of the V2 automation rule.

it_actions TYPE /AWS1/CL_SHBAUTOMATIONRLSACTV2=>TT_AUTOMATIONRULESACTIONLISTV2 TT_AUTOMATIONRULESACTIONLISTV2

A list of actions performed when the rule criteria is met.

iv_createdat TYPE /AWS1/SHBTIMESTAMP /AWS1/SHBTIMESTAMP

The timestamp when the V2 automation rule was created.

iv_updatedat TYPE /AWS1/SHBTIMESTAMP /AWS1/SHBTIMESTAMP

The timestamp when the V2 automation rule was updated.


Queryable Attributes

RuleArn

The ARN of the V2 automation rule.

Accessible with the following methods

Method Description
GET_RULEARN() Getter for RULEARN, with configurable default
ASK_RULEARN() Getter for RULEARN w/ exceptions if field has no value
HAS_RULEARN() Determine if RULEARN has a value

RuleId

The ID of the V2 automation rule.

Accessible with the following methods

Method Description
GET_RULEID() Getter for RULEID, with configurable default
ASK_RULEID() Getter for RULEID w/ exceptions if field has no value
HAS_RULEID() Determine if RULEID has a value

RuleOrder

The value for the rule priority.

Accessible with the following methods

Method Description
GET_RULEORDER() Getter for RULEORDER, with configurable default
ASK_RULEORDER() Getter for RULEORDER w/ exceptions if field has no value
STR_RULEORDER() String format for RULEORDER, with configurable default
HAS_RULEORDER() Determine if RULEORDER has a value

RuleName

The name of the V2 automation rule.

Accessible with the following methods

Method Description
GET_RULENAME() Getter for RULENAME, with configurable default
ASK_RULENAME() Getter for RULENAME w/ exceptions if field has no value
HAS_RULENAME() Determine if RULENAME has a value

RuleStatus

The status of the V2 automation automation rule.

Accessible with the following methods

Method Description
GET_RULESTATUS() Getter for RULESTATUS, with configurable default
ASK_RULESTATUS() Getter for RULESTATUS w/ exceptions if field has no value
HAS_RULESTATUS() Determine if RULESTATUS has a value

Description

A description of the automation rule.

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

Criteria

The filtering type and configuration of the V2 automation rule.

Accessible with the following methods

Method Description
GET_CRITERIA() Getter for CRITERIA

Actions

A list of actions performed when the rule criteria is met.

Accessible with the following methods

Method Description
GET_ACTIONS() Getter for ACTIONS, with configurable default
ASK_ACTIONS() Getter for ACTIONS w/ exceptions if field has no value
HAS_ACTIONS() Determine if ACTIONS has a value

CreatedAt

The timestamp when the V2 automation rule was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

UpdatedAt

The timestamp when the V2 automation rule was updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value