/AWS1/CL_PTTCONNECTION¶
Base structure containing common connection properties.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_catalog TYPE /AWS1/PTTCATALOG /AWS1/PTTCATALOG¶
The catalog identifier that the connection belongs to.
iv_id TYPE /AWS1/PTTCONNECTIONID /AWS1/PTTCONNECTIONID¶
The unique identifier of the connection.
iv_arn TYPE /AWS1/PTTCONNECTIONARN /AWS1/PTTCONNECTIONARN¶
The AWS Resource Name (ARN) of the connection.
iv_otherparticipantaccountid TYPE /AWS1/PTTAWSACCOUNTID /AWS1/PTTAWSACCOUNTID¶
The AWS account ID of the other participant in the connection.
iv_updatedat TYPE /AWS1/PTTDATETIME /AWS1/PTTDATETIME¶
The timestamp when the connection was last updated.
it_connectiontypes TYPE /AWS1/CL_PTTCONNTYPEDETAIL=>TT_CONNECTIONTYPEDETAILMAP TT_CONNECTIONTYPEDETAILMAP¶
The type of connection.
Queryable Attributes¶
Catalog¶
The catalog identifier that the connection belongs to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATALOG() |
Getter for CATALOG, with configurable default |
ASK_CATALOG() |
Getter for CATALOG w/ exceptions if field has no value |
HAS_CATALOG() |
Determine if CATALOG has a value |
Id¶
The unique identifier of the connection.
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 |
Arn¶
The AWS Resource Name (ARN) of the connection.
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 |
OtherParticipantAccountId¶
The AWS account ID of the other participant in the connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OTHERPARTICACCOUNTID() |
Getter for OTHERPARTICIPANTACCOUNTID, with configurable defa |
ASK_OTHERPARTICACCOUNTID() |
Getter for OTHERPARTICIPANTACCOUNTID w/ exceptions if field |
HAS_OTHERPARTICACCOUNTID() |
Determine if OTHERPARTICIPANTACCOUNTID has a value |
UpdatedAt¶
The timestamp when the connection was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
ConnectionTypes¶
The type of connection.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONNECTIONTYPES() |
Getter for CONNECTIONTYPES, with configurable default |
ASK_CONNECTIONTYPES() |
Getter for CONNECTIONTYPES w/ exceptions if field has no val |
HAS_CONNECTIONTYPES() |
Determine if CONNECTIONTYPES has a value |