/AWS1/CL_TRNLISTHOSTKEYSRSP¶
ListHostKeysResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_serverid TYPE /AWS1/TRNSERVERID /AWS1/TRNSERVERID¶
Returns the server identifier that contains the listed host keys.
it_hostkeys TYPE /AWS1/CL_TRNLISTEDHOSTKEY=>TT_LISTEDHOSTKEYS TT_LISTEDHOSTKEYS¶
Returns an array, where each item contains the details of a host key.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/TRNNEXTTOKEN /AWS1/TRNNEXTTOKEN¶
Returns a token that you can use to call
ListHostKeysagain and receive additional results, if there are any.
Queryable Attributes¶
NextToken¶
Returns a token that you can use to call
ListHostKeysagain and receive additional results, if there are any.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |
ServerId¶
Returns the server identifier that contains the listed host keys.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVERID() |
Getter for SERVERID, with configurable default |
ASK_SERVERID() |
Getter for SERVERID w/ exceptions if field has no value |
HAS_SERVERID() |
Determine if SERVERID has a value |
HostKeys¶
Returns an array, where each item contains the details of a host key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOSTKEYS() |
Getter for HOSTKEYS, with configurable default |
ASK_HOSTKEYS() |
Getter for HOSTKEYS w/ exceptions if field has no value |
HAS_HOSTKEYS() |
Determine if HOSTKEYS has a value |