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_id ⇒ String

The Amazon Web Services account ID.

Returns:

  • (String)


40531
40532
40533
40534
40535
40536
40537
40538
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40531

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

#filters ⇒ Array<Types::DataSetSearchFilter>

The filters to apply to the search.

Returns:



40531
40532
40533
40534
40535
40536
40537
40538
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40531

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

#max_results ⇒ Integer

The maximum number of results to be returned per request.

Returns:

  • (Integer)


40531
40532
40533
40534
40535
40536
40537
40538
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40531

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

#next_token ⇒ String

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

Returns:

  • (String)


40531
40532
40533
40534
40535
40536
40537
40538
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40531

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