View source: R/cloudtrail_operations.R
cloudtrail_search_sample_queries | R Documentation |
Searches sample queries and returns a list of sample queries that are sorted by relevance. To search for sample queries, provide a natural language SearchPhrase
in English.
See https://www.paws-r-sdk.com/docs/cloudtrail_search_sample_queries/ for full documentation.
cloudtrail_search_sample_queries(
SearchPhrase,
MaxResults = NULL,
NextToken = NULL
)
SearchPhrase |
[required] The natural language phrase to use for the semantic search. The phrase must be in English. The length constraint is in characters, not words. |
MaxResults |
The maximum number of results to return on a single page. The default value is 10. |
NextToken |
A token you can use to get the next page of results. The length constraint is in characters, not words. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.