Class: Aws::DataZone::Types::SearchListingsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SearchListingsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_attributes ⇒ Array<String>
Specifies additional attributes for the search.
-
#domain_identifier ⇒ String
The identifier of the domain in which to search listings.
-
#filters ⇒ Types::FilterClause
Specifies the filters for the search of listings.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call to ‘SearchListings`.
-
#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`.
-
#search_in ⇒ Array<Types::SearchInItem>
The details of the search.
-
#search_text ⇒ String
Specifies the text for which to search.
-
#sort ⇒ Types::SearchSort
Specifies the way for sorting the search results.
Instance Attribute Details
#additional_attributes ⇒ Array<String>
Specifies additional attributes for the search.
13696 13697 13698 13699 13700 13701 13702 13703 13704 13705 13706 13707 |
# File 'lib/aws-sdk-datazone/types.rb', line 13696 class SearchListingsInput < Struct.new( :additional_attributes, :domain_identifier, :filters, :max_results, :next_token, :search_in, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |
#domain_identifier ⇒ String
The identifier of the domain in which to search listings.
13696 13697 13698 13699 13700 13701 13702 13703 13704 13705 13706 13707 |
# File 'lib/aws-sdk-datazone/types.rb', line 13696 class SearchListingsInput < Struct.new( :additional_attributes, :domain_identifier, :filters, :max_results, :next_token, :search_in, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Types::FilterClause
Specifies the filters for the search of listings.
13696 13697 13698 13699 13700 13701 13702 13703 13704 13705 13706 13707 |
# File 'lib/aws-sdk-datazone/types.rb', line 13696 class SearchListingsInput < Struct.new( :additional_attributes, :domain_identifier, :filters, :max_results, :next_token, :search_in, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in a single call to ‘SearchListings`. 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 `SearchListings` to list the next set of results.
13696 13697 13698 13699 13700 13701 13702 13703 13704 13705 13706 13707 |
# File 'lib/aws-sdk-datazone/types.rb', line 13696 class SearchListingsInput < Struct.new( :additional_attributes, :domain_identifier, :filters, :max_results, :next_token, :search_in, :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 `SearchListings` to list the next set of results.
13696 13697 13698 13699 13700 13701 13702 13703 13704 13705 13706 13707 |
# File 'lib/aws-sdk-datazone/types.rb', line 13696 class SearchListingsInput < Struct.new( :additional_attributes, :domain_identifier, :filters, :max_results, :next_token, :search_in, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |
#search_in ⇒ Array<Types::SearchInItem>
The details of the search.
13696 13697 13698 13699 13700 13701 13702 13703 13704 13705 13706 13707 |
# File 'lib/aws-sdk-datazone/types.rb', line 13696 class SearchListingsInput < Struct.new( :additional_attributes, :domain_identifier, :filters, :max_results, :next_token, :search_in, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |
#search_text ⇒ String
Specifies the text for which to search.
13696 13697 13698 13699 13700 13701 13702 13703 13704 13705 13706 13707 |
# File 'lib/aws-sdk-datazone/types.rb', line 13696 class SearchListingsInput < Struct.new( :additional_attributes, :domain_identifier, :filters, :max_results, :next_token, :search_in, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |
#sort ⇒ Types::SearchSort
Specifies the way for sorting the search results.
13696 13697 13698 13699 13700 13701 13702 13703 13704 13705 13706 13707 |
# File 'lib/aws-sdk-datazone/types.rb', line 13696 class SearchListingsInput < Struct.new( :additional_attributes, :domain_identifier, :filters, :max_results, :next_token, :search_in, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |