/AWS1/CL_CUSGETCALCULATEDATT01¶
GetCalculatedAttributeDefinitionResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_calculatedattributename TYPE /AWS1/CUSTYPENAME /AWS1/CUSTYPENAME¶
The unique name of the calculated attribute.
iv_displayname TYPE /AWS1/CUSDISPLAYNAME /AWS1/CUSDISPLAYNAME¶
The display name of the calculated attribute.
iv_description TYPE /AWS1/CUSSENSITIVETEXT /AWS1/CUSSENSITIVETEXT¶
The description of the calculated attribute.
iv_createdat TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP¶
The timestamp of when the calculated attribute definition was created.
iv_lastupdatedat TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP¶
The timestamp of when the calculated attribute definition was most recently edited.
iv_statistic TYPE /AWS1/CUSSTATISTIC /AWS1/CUSSTATISTIC¶
The aggregation operation to perform for the calculated attribute.
io_filter TYPE REF TO /AWS1/CL_CUSFILTER /AWS1/CL_CUSFILTER¶
The filter assigned to this calculated attribute definition.
io_conditions TYPE REF TO /AWS1/CL_CUSCONDITIONS /AWS1/CL_CUSCONDITIONS¶
The conditions including range, object count, and threshold for the calculated attribute.
io_attributedetails TYPE REF TO /AWS1/CL_CUSATTRIBUTEDETAILS /AWS1/CL_CUSATTRIBUTEDETAILS¶
Mathematical expression and a list of attribute items specified in that expression.
iv_usehistoricaldata TYPE /AWS1/CUSOPTIONALBOOLEAN /AWS1/CUSOPTIONALBOOLEAN¶
Whether historical data ingested before the Calculated Attribute was created should be included in calculations.
iv_status TYPE /AWS1/CUSREADINESSSTATUS /AWS1/CUSREADINESSSTATUS¶
Status of the Calculated Attribute creation (whether all historical data has been indexed).
io_readiness TYPE REF TO /AWS1/CL_CUSREADINESS /AWS1/CL_CUSREADINESS¶
Information indicating if the Calculated Attribute is ready for use by confirming all historical data has been processed and reflected.
it_tags TYPE /AWS1/CL_CUSTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The tags used to organize, track, or control access for this resource.
Queryable Attributes¶
CalculatedAttributeName¶
The unique name of the calculated attribute.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CALCULATEDATTRIBUTENAME() |
Getter for CALCULATEDATTRIBUTENAME, with configurable defaul |
ASK_CALCULATEDATTRIBUTENAME() |
Getter for CALCULATEDATTRIBUTENAME w/ exceptions if field ha |
HAS_CALCULATEDATTRIBUTENAME() |
Determine if CALCULATEDATTRIBUTENAME has a value |
DisplayName¶
The display name of the calculated attribute.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
Description¶
The description of the calculated attribute.
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 |
CreatedAt¶
The timestamp of when the calculated attribute definition 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 |
LastUpdatedAt¶
The timestamp of when the calculated attribute definition was most recently edited.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |
Statistic¶
The aggregation operation to perform for the calculated attribute.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATISTIC() |
Getter for STATISTIC, with configurable default |
ASK_STATISTIC() |
Getter for STATISTIC w/ exceptions if field has no value |
HAS_STATISTIC() |
Determine if STATISTIC has a value |
Filter¶
The filter assigned to this calculated attribute definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILTER() |
Getter for FILTER |
Conditions¶
The conditions including range, object count, and threshold for the calculated attribute.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONDITIONS() |
Getter for CONDITIONS |
AttributeDetails¶
Mathematical expression and a list of attribute items specified in that expression.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTEDETAILS() |
Getter for ATTRIBUTEDETAILS |
UseHistoricalData¶
Whether historical data ingested before the Calculated Attribute was created should be included in calculations.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USEHISTORICALDATA() |
Getter for USEHISTORICALDATA, with configurable default |
ASK_USEHISTORICALDATA() |
Getter for USEHISTORICALDATA w/ exceptions if field has no v |
HAS_USEHISTORICALDATA() |
Determine if USEHISTORICALDATA has a value |
Status¶
Status of the Calculated Attribute creation (whether all historical data has been indexed).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
Readiness¶
Information indicating if the Calculated Attribute is ready for use by confirming all historical data has been processed and reflected.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_READINESS() |
Getter for READINESS |
Tags¶
The tags used to organize, track, or control access for this resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |