/AWS1/CL_IOSCREATEPLINRESPONSE¶
Response structure for CreatePipeline operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_pipelinename TYPE /AWS1/IOSRESOURCENAME /AWS1/IOSRESOURCENAME¶
The name of the created pipeline.
iv_pipelinearn TYPE /AWS1/IOSARN /AWS1/IOSARN¶
The ARN of the created pipeline.
iv_version TYPE /AWS1/IOSVERSION /AWS1/IOSVERSION¶
The version of the newly created pipeline.
io_status TYPE REF TO /AWS1/CL_IOSRESOURCESTATUS /AWS1/CL_IOSRESOURCESTATUS¶
The current lifecycle status of the pipeline.
Queryable Attributes¶
pipelineName¶
The name of the created pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINENAME() |
Getter for PIPELINENAME, with configurable default |
ASK_PIPELINENAME() |
Getter for PIPELINENAME w/ exceptions if field has no value |
HAS_PIPELINENAME() |
Determine if PIPELINENAME has a value |
pipelineArn¶
The ARN of the created pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PIPELINEARN() |
Getter for PIPELINEARN, with configurable default |
ASK_PIPELINEARN() |
Getter for PIPELINEARN w/ exceptions if field has no value |
HAS_PIPELINEARN() |
Determine if PIPELINEARN has a value |
version¶
The version of the newly created pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |
status¶
The current lifecycle status of the pipeline.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |