/AWS1/CL_CWEDEAUTHCONNRESPONSE¶
DeauthorizeConnectionResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_CONNECTIONARN
TYPE /AWS1/CWECONNECTIONARN
/AWS1/CWECONNECTIONARN
¶
The ARN of the connection that authorization was removed from.
IV_CONNECTIONSTATE
TYPE /AWS1/CWECONNECTIONSTATE
/AWS1/CWECONNECTIONSTATE
¶
The state of 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 updated.
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 that authorization was removed from.
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.
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 |
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 |