/AWS1/CL_CRLAUDIENCEGENERATI00¶
Provides information about the configured audience generation job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_createtime TYPE /AWS1/CRLTIMESTAMP /AWS1/CRLTIMESTAMP¶
The time at which the audience generation job was created.
iv_updatetime TYPE /AWS1/CRLTIMESTAMP /AWS1/CRLTIMESTAMP¶
The most recent time at which the audience generation job was updated.
iv_audiencegenerationjobarn TYPE /AWS1/CRLAUDIENCEGENERATIONJ00 /AWS1/CRLAUDIENCEGENERATIONJ00¶
The Amazon Resource Name (ARN) of the audience generation job.
iv_name TYPE /AWS1/CRLNAMESTRING /AWS1/CRLNAMESTRING¶
The name of the audience generation job.
iv_status TYPE /AWS1/CRLAUDIENCEGENERATIONJ01 /AWS1/CRLAUDIENCEGENERATIONJ01¶
The status of the audience generation job.
iv_cfguredaudiencemodelarn TYPE /AWS1/CRLCFGUREDAUDIENCEMDEL00 /AWS1/CRLCFGUREDAUDIENCEMDEL00¶
The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.
Optional arguments:¶
iv_description TYPE /AWS1/CRLRESOURCEDESCRIPTION /AWS1/CRLRESOURCEDESCRIPTION¶
The description of the audience generation job.
iv_collaborationid TYPE /AWS1/CRLUUID /AWS1/CRLUUID¶
The identifier of the collaboration that contains this audience generation job.
iv_startedby TYPE /AWS1/CRLACCOUNTID /AWS1/CRLACCOUNTID¶
The AWS Account that submitted the job.
Queryable Attributes¶
createTime¶
The time at which the audience generation job 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 most recent time at which the audience generation job was 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 |
audienceGenerationJobArn¶
The Amazon Resource Name (ARN) of the audience generation job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUDIENCEGENERATIONJOBARN() |
Getter for AUDIENCEGENERATIONJOBARN, with configurable defau |
ASK_AUDIENCEGENERATIONJOBARN() |
Getter for AUDIENCEGENERATIONJOBARN w/ exceptions if field h |
HAS_AUDIENCEGENERATIONJOBARN() |
Determine if AUDIENCEGENERATIONJOBARN has a value |
name¶
The name of the audience generation job.
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 |
description¶
The description of the audience generation job.
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 |
status¶
The status of the audience generation job.
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 |
configuredAudienceModelArn¶
The Amazon Resource Name (ARN) of the configured audience model that was used for this audience generation job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CFGUREDAUDIENCEMODELARN() |
Getter for CONFIGUREDAUDIENCEMODELARN, with configurable def |
ASK_CFGUREDAUDIENCEMODELARN() |
Getter for CONFIGUREDAUDIENCEMODELARN w/ exceptions if field |
HAS_CFGUREDAUDIENCEMODELARN() |
Determine if CONFIGUREDAUDIENCEMODELARN has a value |
collaborationId¶
The identifier of the collaboration that contains this audience generation job.
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 |
startedBy¶
The AWS Account that submitted the job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTEDBY() |
Getter for STARTEDBY, with configurable default |
ASK_STARTEDBY() |
Getter for STARTEDBY w/ exceptions if field has no value |
HAS_STARTEDBY() |
Determine if STARTEDBY 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_AUDIENCEGENERATIONJOBLIST¶
TYPES TT_AUDIENCEGENERATIONJOBLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRLAUDIENCEGENERATI00 WITH DEFAULT KEY
.