/AWS1/CL_CRMINTMDTABLEALYRULE¶
Contains the details of an analysis rule for an intermediate table.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_intmdtableidentifier TYPE /AWS1/CRMUUID /AWS1/CRMUUID¶
The unique identifier of the intermediate table associated with this analysis rule.
iv_intermediatetablearn TYPE /AWS1/CRMINTERMEDIATETABLEARN /AWS1/CRMINTERMEDIATETABLEARN¶
The Amazon Resource Name (ARN) of the intermediate table associated with this analysis rule.
io_analysisrulepolicy TYPE REF TO /AWS1/CL_CRMINTMDTBLALYRULEPLY /AWS1/CL_CRMINTMDTBLALYRULEPLY¶
The policy of the analysis rule.
iv_analysisruletype TYPE /AWS1/CRMINTMDTABLEALYRULETYPE /AWS1/CRMINTMDTABLEALYRULETYPE¶
The type of the analysis rule.
iv_createtime TYPE /AWS1/CRMTIMESTAMP /AWS1/CRMTIMESTAMP¶
The time the analysis rule was created.
iv_updatetime TYPE /AWS1/CRMTIMESTAMP /AWS1/CRMTIMESTAMP¶
The time the analysis rule was last updated.
Queryable Attributes¶
intermediateTableIdentifier¶
The unique identifier of the intermediate table associated with this analysis rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTMDTABLEIDENTIFIER() |
Getter for INTERMEDIATETABLEIDENTIFIER, with configurable de |
ASK_INTMDTABLEIDENTIFIER() |
Getter for INTERMEDIATETABLEIDENTIFIER w/ exceptions if fiel |
HAS_INTMDTABLEIDENTIFIER() |
Determine if INTERMEDIATETABLEIDENTIFIER has a value |
intermediateTableArn¶
The Amazon Resource Name (ARN) of the intermediate table associated with this analysis rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTERMEDIATETABLEARN() |
Getter for INTERMEDIATETABLEARN, with configurable default |
ASK_INTERMEDIATETABLEARN() |
Getter for INTERMEDIATETABLEARN w/ exceptions if field has n |
HAS_INTERMEDIATETABLEARN() |
Determine if INTERMEDIATETABLEARN has a value |
analysisRulePolicy¶
The policy of the analysis rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANALYSISRULEPOLICY() |
Getter for ANALYSISRULEPOLICY |
analysisRuleType¶
The type of the analysis rule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANALYSISRULETYPE() |
Getter for ANALYSISRULETYPE, with configurable default |
ASK_ANALYSISRULETYPE() |
Getter for ANALYSISRULETYPE w/ exceptions if field has no va |
HAS_ANALYSISRULETYPE() |
Determine if ANALYSISRULETYPE has a value |
createTime¶
The time the analysis rule was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATETIME() |
Getter for CREATETIME, with configurable default |
ASK_CREATETIME() |
Getter for CREATETIME w/ exceptions if field has no value |
HAS_CREATETIME() |
Determine if CREATETIME has a value |
updateTime¶
The time the analysis rule was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATETIME() |
Getter for UPDATETIME, with configurable default |
ASK_UPDATETIME() |
Getter for UPDATETIME w/ exceptions if field has no value |
HAS_UPDATETIME() |
Determine if UPDATETIME has a value |