/AWS1/CL_RSHINBOUNDINTEGRATION¶
The content of an inbound integration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_integrationarn TYPE /AWS1/RSHINBOUNDINTEGRATIONARN /AWS1/RSHINBOUNDINTEGRATIONARN¶
The Amazon Resource Name (ARN) of an inbound integration.
iv_sourcearn TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING¶
The Amazon Resource Name (ARN) of the source of an inbound integration.
iv_targetarn TYPE /AWS1/RSHTARGETARN /AWS1/RSHTARGETARN¶
The Amazon Resource Name (ARN) of the target of an inbound integration.
iv_status TYPE /AWS1/RSHZEROETLINTEGRATIONS00 /AWS1/RSHZEROETLINTEGRATIONS00¶
The status of an inbound integration.
it_errors TYPE /AWS1/CL_RSHINTEGRATIONERROR=>TT_INTEGRATIONERRORLIST TT_INTEGRATIONERRORLIST¶
The outstanding errors of an inbound integration. Each item is an "IntegrationError". This is null if there is no error.
iv_createtime TYPE /AWS1/RSHTSTAMP /AWS1/RSHTSTAMP¶
The creation time of an inbound integration.
Queryable Attributes¶
IntegrationArn¶
The Amazon Resource Name (ARN) of an inbound integration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTEGRATIONARN() |
Getter for INTEGRATIONARN, with configurable default |
ASK_INTEGRATIONARN() |
Getter for INTEGRATIONARN w/ exceptions if field has no valu |
HAS_INTEGRATIONARN() |
Determine if INTEGRATIONARN has a value |
SourceArn¶
The Amazon Resource Name (ARN) of the source of an inbound integration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEARN() |
Getter for SOURCEARN, with configurable default |
ASK_SOURCEARN() |
Getter for SOURCEARN w/ exceptions if field has no value |
HAS_SOURCEARN() |
Determine if SOURCEARN has a value |
TargetArn¶
The Amazon Resource Name (ARN) of the target of an inbound integration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETARN() |
Getter for TARGETARN, with configurable default |
ASK_TARGETARN() |
Getter for TARGETARN w/ exceptions if field has no value |
HAS_TARGETARN() |
Determine if TARGETARN has a value |
Status¶
The status of an inbound integration.
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 |
Errors¶
The outstanding errors of an inbound integration. Each item is an "IntegrationError". This is null if there is no error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORS() |
Getter for ERRORS, with configurable default |
ASK_ERRORS() |
Getter for ERRORS w/ exceptions if field has no value |
HAS_ERRORS() |
Determine if ERRORS has a value |
CreateTime¶
The creation time of an inbound integration.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INBOUNDINTEGRATIONLIST¶
TYPES TT_INBOUNDINTEGRATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RSHINBOUNDINTEGRATION WITH DEFAULT KEY
.