Class: Aws::QuickSight::Types::SearchDataSourcesRequest

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 Amazon Web Services account ID.

Returns:

  • (String)


26088
26089
26090
26091
26092
26093
26094
26095
# File 'lib/aws-sdk-quicksight/types.rb', line 26088

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

#filtersArray<Types::DataSourceSearchFilter>

The filters to apply to the search.

Returns:



26088
26089
26090
26091
26092
26093
26094
26095
# File 'lib/aws-sdk-quicksight/types.rb', line 26088

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


26088
26089
26090
26091
26092
26093
26094
26095
# File 'lib/aws-sdk-quicksight/types.rb', line 26088

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


26088
26089
26090
26091
26092
26093
26094
26095
# File 'lib/aws-sdk-quicksight/types.rb', line 26088

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