Represents an AWS result object that is returned from executing an operation.
Table of Contents MethodsProvides debug information about the result object
public __toString() : string
Return valuesstring get()
Get a specific key value from the result model.
public get(string $key) : mixed|null
Parameters
Key to retrieve.
Value of the key or NULL if not found.
hasKey()Check if the model contains a key by name
public hasKey(string $name) : bool
Parameters
Name of the key to retrieve
Returns the result of executing a JMESPath expression on the contents of the Result model.
public search(string $expression) : mixed
$result = $client->execute($command); $jpResult = $result->search('foo.*.bar[?baz > 10
]');
JMESPath expression to execute
JMESPath documentation
Returns the result of the JMESPath expression.
toArray()Convert the result to an array.
public toArray() : array<string|int, mixed>
Return valuesarray<string|int, mixed>
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4