Class: Aws::DataZone::Types::SearchTypesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SearchTypesInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which to invoke the
SearchTypesaction. -
#filters ⇒ Types::FilterClause
The filters for the
SearchTypesaction. -
#managed ⇒ Boolean
Specifies whether the search is managed.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call to
SearchTypes. -
#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. -
#search_in ⇒ Array<Types::SearchInItem>
The details of the search.
-
#search_scope ⇒ String
Specifies the scope of the search for types.
-
#search_text ⇒ String
Specifies the text for which to search.
-
#sort ⇒ Types::SearchSort
The specifies the way to sort the
SearchTypesresults.
Instance Attribute Details
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which to invoke the
SearchTypes action.
18153 18154 18155 18156 18157 18158 18159 18160 18161 18162 18163 18164 18165 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18153 class SearchTypesInput < Struct.new( :domain_identifier, :filters, :managed, :max_results, :next_token, :search_in, :search_scope, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Types::FilterClause
The filters for the SearchTypes action.
18153 18154 18155 18156 18157 18158 18159 18160 18161 18162 18163 18164 18165 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18153 class SearchTypesInput < Struct.new( :domain_identifier, :filters, :managed, :max_results, :next_token, :search_in, :search_scope, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |
#managed ⇒ Boolean
Specifies whether the search is managed.
18153 18154 18155 18156 18157 18158 18159 18160 18161 18162 18163 18164 18165 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18153 class SearchTypesInput < Struct.new( :domain_identifier, :filters, :managed, :max_results, :next_token, :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
SearchTypes. 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 SearchTypes to list
the next set of results.
18153 18154 18155 18156 18157 18158 18159 18160 18161 18162 18163 18164 18165 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18153 class SearchTypesInput < Struct.new( :domain_identifier, :filters, :managed, :max_results, :next_token, :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 SearchTypes to list the
next set of results.
18153 18154 18155 18156 18157 18158 18159 18160 18161 18162 18163 18164 18165 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18153 class SearchTypesInput < Struct.new( :domain_identifier, :filters, :managed, :max_results, :next_token, :search_in, :search_scope, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |
#search_in ⇒ Array<Types::SearchInItem>
The details of the search.
18153 18154 18155 18156 18157 18158 18159 18160 18161 18162 18163 18164 18165 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18153 class SearchTypesInput < Struct.new( :domain_identifier, :filters, :managed, :max_results, :next_token, :search_in, :search_scope, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |
#search_scope ⇒ String
Specifies the scope of the search for types.
18153 18154 18155 18156 18157 18158 18159 18160 18161 18162 18163 18164 18165 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18153 class SearchTypesInput < Struct.new( :domain_identifier, :filters, :managed, :max_results, :next_token, :search_in, :search_scope, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |
#search_text ⇒ String
Specifies the text for which to search.
18153 18154 18155 18156 18157 18158 18159 18160 18161 18162 18163 18164 18165 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18153 class SearchTypesInput < Struct.new( :domain_identifier, :filters, :managed, :max_results, :next_token, :search_in, :search_scope, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |
#sort ⇒ Types::SearchSort
The specifies the way to sort the SearchTypes results.
18153 18154 18155 18156 18157 18158 18159 18160 18161 18162 18163 18164 18165 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 18153 class SearchTypesInput < Struct.new( :domain_identifier, :filters, :managed, :max_results, :next_token, :search_in, :search_scope, :search_text, :sort) SENSITIVE = [] include Aws::Structure end |