/AWS1/CL_CWECONNECTION¶
Contains information about a connection.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_connectionarn TYPE /AWS1/CWECONNECTIONARN /AWS1/CWECONNECTIONARN¶
The ARN of the connection.
iv_name TYPE /AWS1/CWECONNECTIONNAME /AWS1/CWECONNECTIONNAME¶
The name of the connection.
iv_connectionstate TYPE /AWS1/CWECONNECTIONSTATE /AWS1/CWECONNECTIONSTATE¶
The state of the connection.
iv_statereason TYPE /AWS1/CWECONNECTIONSTATEREASON /AWS1/CWECONNECTIONSTATEREASON¶
The reason that the connection is in the connection state.
iv_authorizationtype TYPE /AWS1/CWECONNECTIONAUTHTYPE /AWS1/CWECONNECTIONAUTHTYPE¶
The authorization type specified for the connection.
iv_creationtime TYPE /AWS1/CWETIMESTAMP /AWS1/CWETIMESTAMP¶
A time stamp for the time that the connection was created.
iv_lastmodifiedtime TYPE /AWS1/CWETIMESTAMP /AWS1/CWETIMESTAMP¶
A time stamp for the time that the connection was last modified.
iv_lastauthorizedtime TYPE /AWS1/CWETIMESTAMP /AWS1/CWETIMESTAMP¶
A time stamp for the time that the connection was last authorized.
Queryable Attributes¶
ConnectionArn¶
The ARN of the connection.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_CONNECTIONARN() | Getter for CONNECTIONARN, with configurable default | 
| ASK_CONNECTIONARN() | Getter for CONNECTIONARN w/ exceptions if field has no value | 
| HAS_CONNECTIONARN() | Determine if CONNECTIONARN has a value | 
Name¶
The name of the connection.
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 | 
ConnectionState¶
The state of the connection.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_CONNECTIONSTATE() | Getter for CONNECTIONSTATE, with configurable default | 
| ASK_CONNECTIONSTATE() | Getter for CONNECTIONSTATE w/ exceptions if field has no val | 
| HAS_CONNECTIONSTATE() | Determine if CONNECTIONSTATE has a value | 
StateReason¶
The reason that the connection is in the connection state.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_STATEREASON() | Getter for STATEREASON, with configurable default | 
| ASK_STATEREASON() | Getter for STATEREASON w/ exceptions if field has no value | 
| HAS_STATEREASON() | Determine if STATEREASON has a value | 
AuthorizationType¶
The authorization type specified for the connection.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_AUTHORIZATIONTYPE() | Getter for AUTHORIZATIONTYPE, with configurable default | 
| ASK_AUTHORIZATIONTYPE() | Getter for AUTHORIZATIONTYPE w/ exceptions if field has no v | 
| HAS_AUTHORIZATIONTYPE() | Determine if AUTHORIZATIONTYPE has a value | 
CreationTime¶
A time stamp for the time that the connection was created.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_CREATIONTIME() | Getter for CREATIONTIME, with configurable default | 
| ASK_CREATIONTIME() | Getter for CREATIONTIME w/ exceptions if field has no value | 
| HAS_CREATIONTIME() | Determine if CREATIONTIME has a value | 
LastModifiedTime¶
A time stamp for the time that the connection was last modified.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_LASTMODIFIEDTIME() | Getter for LASTMODIFIEDTIME, with configurable default | 
| ASK_LASTMODIFIEDTIME() | Getter for LASTMODIFIEDTIME w/ exceptions if field has no va | 
| HAS_LASTMODIFIEDTIME() | Determine if LASTMODIFIEDTIME has a value | 
LastAuthorizedTime¶
A time stamp for the time that the connection was last authorized.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_LASTAUTHORIZEDTIME() | Getter for LASTAUTHORIZEDTIME, with configurable default | 
| ASK_LASTAUTHORIZEDTIME() | Getter for LASTAUTHORIZEDTIME w/ exceptions if field has no | 
| HAS_LASTAUTHORIZEDTIME() | Determine if LASTAUTHORIZEDTIME 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_CONNECTIONRESPONSELIST¶
TYPES TT_CONNECTIONRESPONSELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWECONNECTION WITH DEFAULT KEY
.