/AWS1/CL_CRMCOLLABORATIONALY01¶
The metadata of the analysis template within a collaboration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/CRMANALYSISTEMPLATEARN /AWS1/CRMANALYSISTEMPLATEARN¶
The Amazon Resource Name (ARN) of the analysis template.
iv_createtime TYPE /AWS1/CRMTIMESTAMP /AWS1/CRMTIMESTAMP¶
The time that the summary of the analysis template in a collaboration was created.
iv_id TYPE /AWS1/CRMANALYSISTEMPLATEID /AWS1/CRMANALYSISTEMPLATEID¶
The identifier of the analysis template.
iv_name TYPE /AWS1/CRMRESOURCEALIAS /AWS1/CRMRESOURCEALIAS¶
The name of the analysis template.
iv_updatetime TYPE /AWS1/CRMTIMESTAMP /AWS1/CRMTIMESTAMP¶
The time that the summary of the analysis template in the collaboration was last updated.
iv_collaborationarn TYPE /AWS1/CRMCOLLABORATIONARN /AWS1/CRMCOLLABORATIONARN¶
The unique ARN for the analysis template’s associated collaboration.
iv_collaborationid TYPE /AWS1/CRMUUID /AWS1/CRMUUID¶
A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
iv_creatoraccountid TYPE /AWS1/CRMACCOUNTID /AWS1/CRMACCOUNTID¶
The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
Optional arguments:¶
iv_description TYPE /AWS1/CRMRESOURCEDESCRIPTION /AWS1/CRMRESOURCEDESCRIPTION¶
The description of the analysis template.
iv_issyntheticdata TYPE /AWS1/CRMBOOLEAN /AWS1/CRMBOOLEAN¶
Indicates if this collaboration analysis template uses synthetic data generation.
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the analysis template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
createTime¶
The time that the summary of the analysis template in a collaboration 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 |
id¶
The identifier of the analysis template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
name¶
The name of the analysis template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
updateTime¶
The time that the summary of the analysis template in the collaboration 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 |
collaborationArn¶
The unique ARN for the analysis template’s associated collaboration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLLABORATIONARN() |
Getter for COLLABORATIONARN, with configurable default |
ASK_COLLABORATIONARN() |
Getter for COLLABORATIONARN w/ exceptions if field has no va |
HAS_COLLABORATIONARN() |
Determine if COLLABORATIONARN has a value |
collaborationId¶
A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLLABORATIONID() |
Getter for COLLABORATIONID, with configurable default |
ASK_COLLABORATIONID() |
Getter for COLLABORATIONID w/ exceptions if field has no val |
HAS_COLLABORATIONID() |
Determine if COLLABORATIONID has a value |
creatorAccountId¶
The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATORACCOUNTID() |
Getter for CREATORACCOUNTID, with configurable default |
ASK_CREATORACCOUNTID() |
Getter for CREATORACCOUNTID w/ exceptions if field has no va |
HAS_CREATORACCOUNTID() |
Determine if CREATORACCOUNTID has a value |
description¶
The description of the analysis template.
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 |
isSyntheticData¶
Indicates if this collaboration analysis template uses synthetic data generation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISSYNTHETICDATA() |
Getter for ISSYNTHETICDATA, with configurable default |
ASK_ISSYNTHETICDATA() |
Getter for ISSYNTHETICDATA w/ exceptions if field has no val |
HAS_ISSYNTHETICDATA() |
Determine if ISSYNTHETICDATA has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_COLLABORATIONALYTMPLSUMMLST¶
TYPES TT_COLLABORATIONALYTMPLSUMMLST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRMCOLLABORATIONALY01 WITH DEFAULT KEY
.