Class: Aws::QuickSight::Types::SearchFoldersRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The ID for the Amazon Web Services account that contains the folder.

Returns:

  • (String)


26224
26225
26226
26227
26228
26229
26230
26231
# File 'lib/aws-sdk-quicksight/types.rb', line 26224

class SearchFoldersRequest < Struct.new(
  :aws_account_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#filtersArray<Types::FolderSearchFilter>

The filters to apply to the search. Currently, you can search only by the parent folder ARN. For example, ‘“Filters”: [ { “Name”: “PARENT_FOLDER_ARN”, “Operator”: “StringEquals”, “Value”: “arn:aws:quicksight:us-east-1:1:folder/folderId” } ]`.

Returns:



26224
26225
26226
26227
26228
26229
26230
26231
# File 'lib/aws-sdk-quicksight/types.rb', line 26224

class SearchFoldersRequest < Struct.new(
  :aws_account_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to be returned per request.

Returns:

  • (Integer)


26224
26225
26226
26227
26228
26229
26230
26231
# File 'lib/aws-sdk-quicksight/types.rb', line 26224

class SearchFoldersRequest < Struct.new(
  :aws_account_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


26224
26225
26226
26227
26228
26229
26230
26231
# File 'lib/aws-sdk-quicksight/types.rb', line 26224

class SearchFoldersRequest < Struct.new(
  :aws_account_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end