The response of the ListTopics API from log service.
| author |
log service dev |
|---|---|
| package |
LOG_PHP_SDK |
__construct( $headers)
getAllHeaders() : array
arrayHTTP response header
getCount() : integer
integerthe number of all the topics from the response
getHeader(string $key) : string
stringkey to get header
stringHTTP response header. '' will be return if not set.
getNextToken() : \string/null
\string/nullnext token used to list more topics
getRequestId() : string
stringrequest id
getTopics() : array
arraytopics list
count : integer
| var |
the number of all the topics from the response |
|---|
integer
topics : array
| var |
topics list |
|---|
array
nextToken : \string/null
| var |
the next token from the response. If there is no more topic to list, it will return None |
|---|
\string/null
headers : array
| var |
HTTP response header |
|---|
array