quicksight_search_analyses: Searches for analyses that belong to the user specified in...

View source: R/quicksight_operations.R

quicksight_search_analysesR Documentation

Searches for analyses that belong to the user specified in the filter

Description

Searches for analyses that belong to the user specified in the filter.

See https://www.paws-r-sdk.com/docs/quicksight_search_analyses/ for full documentation.

Usage

quicksight_search_analyses(
  AwsAccountId,
  Filters,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account that contains the analyses that you're searching for.

Filters

[required] The structure for the search filters that you want to apply to your search.

NextToken

A pagination token that can be used in a subsequent request.

MaxResults

The maximum number of results to return.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.