/AWS1/CL_OSRDATASRCATCHMTSUMM¶
Summary information about a data source attachment, including its identifier, data source ARN, and current status.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_attachmentid TYPE /AWS1/OSRSTRING /AWS1/OSRSTRING¶
The unique identifier assigned to the data source attachment.
iv_datasourcearn TYPE /AWS1/OSRARN /AWS1/OSRARN¶
The Amazon Resource Name (ARN) of the domain. See Identifiers for IAM Entities in Using Amazon Web Services Identity and Access Management for more information.
iv_status TYPE /AWS1/OSRDATASRCATCHMTSTATUS /AWS1/OSRDATASRCATCHMTSTATUS¶
The current status of the data source attachment. Valid values are
PENDING,ATTACHED, andFAILED.
Queryable Attributes¶
attachmentId¶
The unique identifier assigned to the data source attachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTACHMENTID() |
Getter for ATTACHMENTID, with configurable default |
ASK_ATTACHMENTID() |
Getter for ATTACHMENTID w/ exceptions if field has no value |
HAS_ATTACHMENTID() |
Determine if ATTACHMENTID has a value |
dataSourceArn¶
The Amazon Resource Name (ARN) of the domain. See Identifiers for IAM Entities in Using Amazon Web Services Identity and Access Management for more information.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASOURCEARN() |
Getter for DATASOURCEARN, with configurable default |
ASK_DATASOURCEARN() |
Getter for DATASOURCEARN w/ exceptions if field has no value |
HAS_DATASOURCEARN() |
Determine if DATASOURCEARN has a value |
status¶
The current status of the data source attachment. Valid values are
PENDING,ATTACHED, andFAILED.
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_DATASOURCEATCHMTSUMMARYLIST¶
TYPES TT_DATASOURCEATCHMTSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OSRDATASRCATCHMTSUMM WITH DEFAULT KEY
.