/AWS1/CL_CWOINTEGRATIONSUMMARY¶
Contains summary information about an S3 Table integration for listing operations.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/CWORESOURCEARN /AWS1/CWORESOURCEARN¶
The Amazon Resource Name (ARN) of the S3 Table integration.
iv_status TYPE /AWS1/CWOINTEGRATIONSTATUS /AWS1/CWOINTEGRATIONSTATUS¶
The current status of the S3 Table integration.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) of the S3 Table integration.
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 |
Status¶
The current status of the S3 Table 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INTEGRATIONSUMMARIES¶
TYPES TT_INTEGRATIONSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWOINTEGRATIONSUMMARY WITH DEFAULT KEY
.