Class: Aws::DataZone::Types::SearchInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SearchInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_attributes ⇒ Array<String>
Specifies additional attributes for the
Searchaction. -
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain.
-
#filters ⇒ Types::FilterClause
Specifies the search filters.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call to
Search. -
#next_token ⇒ String
When the number of results is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of results, the response includes a pagination token namedNextToken. -
#owning_project_identifier ⇒ String
The identifier of the owning project specified for the search.
-
#search_in ⇒ Array<Types::SearchInItem>
The details of the search.
-
#search_scope ⇒ String
The scope of the search.
-
#search_text ⇒ String
Specifies the text for which to search.
-
#sort ⇒ Types::SearchSort
Specifies the way in which the search results are to be sorted.
Instance Attribute Details
#additional_attributes ⇒ Array<String>
Specifies additional attributes for the Search action.
17770 17771 17772 17773 17774 17775 17776 17777 17778 17779 17780 17781 17782 17783 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17770 class SearchInput < Struct.new( :additional_attributes, :domain_identifier, :filters, :max_results, :next_token, :owning_project_identifier, :search_in, :search_scope, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain.
17770 17771 17772 17773 17774 17775 17776 17777 17778 17779 17780 17781 17782 17783 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17770 class SearchInput < Struct.new( :additional_attributes, :domain_identifier, :filters, :max_results, :next_token, :owning_project_identifier, :search_in, :search_scope, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Types::FilterClause
Specifies the search filters.
17770 17771 17772 17773 17774 17775 17776 17777 17778 17779 17780 17781 17782 17783 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17770 class SearchInput < Struct.new( :additional_attributes, :domain_identifier, :filters, :max_results, :next_token, :owning_project_identifier, :search_in, :search_scope, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in a single call to
Search. When the number of results to be listed is greater than
the value of MaxResults, the response contains a NextToken value
that you can use in a subsequent call to Search to list the next
set of results.
17770 17771 17772 17773 17774 17775 17776 17777 17778 17779 17780 17781 17782 17783 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17770 class SearchInput < Struct.new( :additional_attributes, :domain_identifier, :filters, :max_results, :next_token, :owning_project_identifier, :search_in, :search_scope, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When the number of results is greater than the default value for the
MaxResults parameter, or if you explicitly specify a value for
MaxResults that is less than the number of results, the response
includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to Search to list the next
set of results.
17770 17771 17772 17773 17774 17775 17776 17777 17778 17779 17780 17781 17782 17783 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17770 class SearchInput < Struct.new( :additional_attributes, :domain_identifier, :filters, :max_results, :next_token, :owning_project_identifier, :search_in, :search_scope, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |
#owning_project_identifier ⇒ String
The identifier of the owning project specified for the search.
17770 17771 17772 17773 17774 17775 17776 17777 17778 17779 17780 17781 17782 17783 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17770 class SearchInput < Struct.new( :additional_attributes, :domain_identifier, :filters, :max_results, :next_token, :owning_project_identifier, :search_in, :search_scope, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |
#search_in ⇒ Array<Types::SearchInItem>
The details of the search.
17770 17771 17772 17773 17774 17775 17776 17777 17778 17779 17780 17781 17782 17783 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17770 class SearchInput < Struct.new( :additional_attributes, :domain_identifier, :filters, :max_results, :next_token, :owning_project_identifier, :search_in, :search_scope, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |
#search_scope ⇒ String
The scope of the search.
17770 17771 17772 17773 17774 17775 17776 17777 17778 17779 17780 17781 17782 17783 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17770 class SearchInput < Struct.new( :additional_attributes, :domain_identifier, :filters, :max_results, :next_token, :owning_project_identifier, :search_in, :search_scope, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |
#search_text ⇒ String
Specifies the text for which to search.
17770 17771 17772 17773 17774 17775 17776 17777 17778 17779 17780 17781 17782 17783 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17770 class SearchInput < Struct.new( :additional_attributes, :domain_identifier, :filters, :max_results, :next_token, :owning_project_identifier, :search_in, :search_scope, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |
#sort ⇒ Types::SearchSort
Specifies the way in which the search results are to be sorted.
17770 17771 17772 17773 17774 17775 17776 17777 17778 17779 17780 17781 17782 17783 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17770 class SearchInput < Struct.new( :additional_attributes, :domain_identifier, :filters, :max_results, :next_token, :owning_project_identifier, :search_in, :search_scope, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |