/AWS1/CL_SEBGETRELAYRESPONSE¶
GetRelayResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_relayid TYPE /AWS1/SEBRELAYID /AWS1/SEBRELAYID¶
The unique relay identifier.
Optional arguments:¶
iv_relayarn TYPE /AWS1/SEBRELAYARN /AWS1/SEBRELAYARN¶
The Amazon Resource Name (ARN) of the relay.
iv_relayname TYPE /AWS1/SEBRELAYNAME /AWS1/SEBRELAYNAME¶
The unique name of the relay.
iv_servername TYPE /AWS1/SEBRELAYSERVERNAME /AWS1/SEBRELAYSERVERNAME¶
The destination relay server address.
iv_serverport TYPE /AWS1/SEBRELAYSERVERPORT /AWS1/SEBRELAYSERVERPORT¶
The destination relay server port.
io_authentication TYPE REF TO /AWS1/CL_SEBRELAYAUTHNTCTN /AWS1/CL_SEBRELAYAUTHNTCTN¶
The authentication attribute—contains the secret ARN where the customer relay server credentials are stored.
iv_createdtimestamp TYPE /AWS1/SEBTIMESTAMP /AWS1/SEBTIMESTAMP¶
The timestamp of when the relay was created.
iv_lastmodifiedtimestamp TYPE /AWS1/SEBTIMESTAMP /AWS1/SEBTIMESTAMP¶
The timestamp of when relay was last updated.
Queryable Attributes¶
RelayId¶
The unique relay identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RELAYID() |
Getter for RELAYID, with configurable default |
ASK_RELAYID() |
Getter for RELAYID w/ exceptions if field has no value |
HAS_RELAYID() |
Determine if RELAYID has a value |
RelayArn¶
The Amazon Resource Name (ARN) of the relay.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RELAYARN() |
Getter for RELAYARN, with configurable default |
ASK_RELAYARN() |
Getter for RELAYARN w/ exceptions if field has no value |
HAS_RELAYARN() |
Determine if RELAYARN has a value |
RelayName¶
The unique name of the relay.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RELAYNAME() |
Getter for RELAYNAME, with configurable default |
ASK_RELAYNAME() |
Getter for RELAYNAME w/ exceptions if field has no value |
HAS_RELAYNAME() |
Determine if RELAYNAME has a value |
ServerName¶
The destination relay server address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVERNAME() |
Getter for SERVERNAME, with configurable default |
ASK_SERVERNAME() |
Getter for SERVERNAME w/ exceptions if field has no value |
HAS_SERVERNAME() |
Determine if SERVERNAME has a value |
ServerPort¶
The destination relay server port.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVERPORT() |
Getter for SERVERPORT, with configurable default |
ASK_SERVERPORT() |
Getter for SERVERPORT w/ exceptions if field has no value |
HAS_SERVERPORT() |
Determine if SERVERPORT has a value |
Authentication¶
The authentication attribute—contains the secret ARN where the customer relay server credentials are stored.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHENTICATION() |
Getter for AUTHENTICATION |
CreatedTimestamp¶
The timestamp of when the relay was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP, with configurable default |
ASK_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP w/ exceptions if field has no va |
HAS_CREATEDTIMESTAMP() |
Determine if CREATEDTIMESTAMP has a value |
LastModifiedTimestamp¶
The timestamp of when relay was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIMESTAMP() |
Getter for LASTMODIFIEDTIMESTAMP, with configurable default |
ASK_LASTMODIFIEDTIMESTAMP() |
Getter for LASTMODIFIEDTIMESTAMP w/ exceptions if field has |
HAS_LASTMODIFIEDTIMESTAMP() |
Determine if LASTMODIFIEDTIMESTAMP has a value |