Class: Aws::QuickSight::Types::SearchDataSetsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The Amazon Web Services account ID.

Returns:

  • (String)


25278
25279
25280
25281
25282
25283
25284
25285
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278

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

#filtersArray<Types::DataSetSearchFilter>

The filters to apply to the search.

Returns:



25278
25279
25280
25281
25282
25283
25284
25285
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278

class SearchDataSetsRequest < 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)


25278
25279
25280
25281
25282
25283
25284
25285
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278

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

#next_tokenString

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

Returns:

  • (String)


25278
25279
25280
25281
25282
25283
25284
25285
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25278

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