/AWS1/CL_IOAPIPELINE¶
Contains information about a pipeline.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_name
TYPE /AWS1/IOAPIPELINENAME
/AWS1/IOAPIPELINENAME
¶
The name of the pipeline.
iv_arn
TYPE /AWS1/IOAPIPELINEARN
/AWS1/IOAPIPELINEARN
¶
The ARN of the pipeline.
it_activities
TYPE /AWS1/CL_IOAPIPELINEACTIVITY=>TT_PIPELINEACTIVITIES
TT_PIPELINEACTIVITIES
¶
The activities that perform transformations on the messages.
it_reprocessingsummaries
TYPE /AWS1/CL_IOAREPROCESSINGSUMM=>TT_REPROCESSINGSUMMARIES
TT_REPROCESSINGSUMMARIES
¶
A summary of information about the pipeline reprocessing.
iv_creationtime
TYPE /AWS1/IOATIMESTAMP
/AWS1/IOATIMESTAMP
¶
When the pipeline was created.
iv_lastupdatetime
TYPE /AWS1/IOATIMESTAMP
/AWS1/IOATIMESTAMP
¶
The last time the pipeline was updated.
Queryable Attributes¶
name¶
The name of the pipeline.
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 |
arn¶
The ARN of the pipeline.
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 |
activities¶
The activities that perform transformations on the messages.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACTIVITIES() |
Getter for ACTIVITIES, with configurable default |
ASK_ACTIVITIES() |
Getter for ACTIVITIES w/ exceptions if field has no value |
HAS_ACTIVITIES() |
Determine if ACTIVITIES has a value |
reprocessingSummaries¶
A summary of information about the pipeline reprocessing.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REPROCESSINGSUMMARIES() |
Getter for REPROCESSINGSUMMARIES, with configurable default |
ASK_REPROCESSINGSUMMARIES() |
Getter for REPROCESSINGSUMMARIES w/ exceptions if field has |
HAS_REPROCESSINGSUMMARIES() |
Determine if REPROCESSINGSUMMARIES has a value |
creationTime¶
When the pipeline was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
lastUpdateTime¶
The last time the pipeline was updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTUPDATETIME() |
Getter for LASTUPDATETIME, with configurable default |
ASK_LASTUPDATETIME() |
Getter for LASTUPDATETIME w/ exceptions if field has no valu |
HAS_LASTUPDATETIME() |
Determine if LASTUPDATETIME has a value |