/AWS1/CL_CWECREATECONNRESPONSE¶
CreateConnectionResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_CONNECTIONARN
TYPE /AWS1/CWECONNECTIONARN
/AWS1/CWECONNECTIONARN
¶
The ARN of the connection that was created by the request.
IV_CONNECTIONSTATE
TYPE /AWS1/CWECONNECTIONSTATE
/AWS1/CWECONNECTIONSTATE
¶
The state of the connection that was created by the request.
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 updated.
Queryable Attributes¶
ConnectionArn¶
The ARN of the connection that was created by the request.
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 |
ConnectionState¶
The state of the connection that was created by the request.
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 |
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 updated.
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 |