Class: Aws::QuickSight::Types::SearchDataSourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SearchDataSourcesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The Amazon Web Services account ID.
-
#filters ⇒ Array<Types::DataSourceSearchFilter>
The filters to apply to the search.
-
#max_results ⇒ Integer
The maximum number of results to be returned per request.
-
#next_token ⇒ String
A pagination token that can be used in a subsequent request.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account ID.
27515 27516 27517 27518 27519 27520 27521 27522 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27515 class SearchDataSourcesRequest < Struct.new( :aws_account_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::DataSourceSearchFilter>
The filters to apply to the search.
27515 27516 27517 27518 27519 27520 27521 27522 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27515 class SearchDataSourcesRequest < 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.
27515 27516 27517 27518 27519 27520 27521 27522 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27515 class SearchDataSourcesRequest < 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.
27515 27516 27517 27518 27519 27520 27521 27522 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27515 class SearchDataSourcesRequest < Struct.new( :aws_account_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |