Class: Aws::QuickSight::Types::SearchDataSetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SearchDataSetsRequest
- 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::DataSetSearchFilter>
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.
27461 27462 27463 27464 27465 27466 27467 27468 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27461 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.
27461 27462 27463 27464 27465 27466 27467 27468 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27461 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.
27461 27462 27463 27464 27465 27466 27467 27468 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27461 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.
27461 27462 27463 27464 27465 27466 27467 27468 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27461 class SearchDataSetsRequest < Struct.new( :aws_account_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |