/AWS1/CL_MDICREATEFEEDRESPONSE¶
CreateFeedResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/MDIFEEDARN /AWS1/MDIFEEDARN¶
A unique ARN that Elemental Inference assigns to the feed.
iv_name TYPE /AWS1/MDIRESOURCENAME /AWS1/MDIRESOURCENAME¶
The name that you specified.
iv_id TYPE /AWS1/MDIFEEDID /AWS1/MDIFEEDID¶
A unique ID that Elemental Inference assigns to the feed.
it_dataendpoints TYPE /AWS1/CL_MDISTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
A unique ARN that Elemental Inference assigns to the feed.
it_outputs TYPE /AWS1/CL_MDIGETOUTPUT=>TT_GETOUTPUTLIST TT_GETOUTPUTLIST¶
Data endpoints that Elemental Inference assigns to the feed.
iv_status TYPE /AWS1/MDIFEEDSTATUS /AWS1/MDIFEEDSTATUS¶
The current status of the feed. After creation of the feed has succeeded, the status will be AVAILABLE.
Optional arguments:¶
io_association TYPE REF TO /AWS1/CL_MDIFEEDASSOCIATION /AWS1/CL_MDIFEEDASSOCIATION¶
The association for this feed. When you create the feed, this property is empty. You must associate a resource with the feed using AssociateFeed.
it_tags TYPE /AWS1/CL_MDITAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
Any tags that you included when you created the feed.
Queryable Attributes¶
arn¶
A unique ARN that Elemental Inference assigns to the feed.
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 |
name¶
The name that you specified.
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 |
id¶
A unique ID that Elemental Inference assigns to the feed.
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 |
dataEndpoints¶
A unique ARN that Elemental Inference assigns to the feed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATAENDPOINTS() |
Getter for DATAENDPOINTS, with configurable default |
ASK_DATAENDPOINTS() |
Getter for DATAENDPOINTS w/ exceptions if field has no value |
HAS_DATAENDPOINTS() |
Determine if DATAENDPOINTS has a value |
outputs¶
Data endpoints that Elemental Inference assigns to the feed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTS() |
Getter for OUTPUTS, with configurable default |
ASK_OUTPUTS() |
Getter for OUTPUTS w/ exceptions if field has no value |
HAS_OUTPUTS() |
Determine if OUTPUTS has a value |
status¶
The current status of the feed. After creation of the feed has succeeded, the status will be AVAILABLE.
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 |
association¶
The association for this feed. When you create the feed, this property is empty. You must associate a resource with the feed using AssociateFeed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSOCIATION() |
Getter for ASSOCIATION |
tags¶
Any tags that you included when you created the feed.
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 |