Class: Aws::DataZone::Types::SearchTypesInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The identifier of the Amazon DataZone domain in which to invoke the ‘SearchTypes` action.

Returns:

  • (String)


16720
16721
16722
16723
16724
16725
16726
16727
16728
16729
16730
16731
16732
# File 'lib/aws-sdk-datazone/types.rb', line 16720

class SearchTypesInput < Struct.new(
  :domain_identifier,
  :filters,
  :managed,
  :max_results,
  :next_token,
  :search_in,
  :search_scope,
  :search_text,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end

#filtersTypes::FilterClause

The filters for the ‘SearchTypes` action.

Returns:



16720
16721
16722
16723
16724
16725
16726
16727
16728
16729
16730
16731
16732
# File 'lib/aws-sdk-datazone/types.rb', line 16720

class SearchTypesInput < Struct.new(
  :domain_identifier,
  :filters,
  :managed,
  :max_results,
  :next_token,
  :search_in,
  :search_scope,
  :search_text,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end

#managedBoolean

Specifies whether the search is managed.

Returns:

  • (Boolean)


16720
16721
16722
16723
16724
16725
16726
16727
16728
16729
16730
16731
16732
# File 'lib/aws-sdk-datazone/types.rb', line 16720

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_resultsInteger

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.

Returns:

  • (Integer)


16720
16721
16722
16723
16724
16725
16726
16727
16728
16729
16730
16731
16732
# File 'lib/aws-sdk-datazone/types.rb', line 16720

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_tokenString

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.

Returns:

  • (String)


16720
16721
16722
16723
16724
16725
16726
16727
16728
16729
16730
16731
16732
# File 'lib/aws-sdk-datazone/types.rb', line 16720

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_inArray<Types::SearchInItem>

The details of the search.

Returns:



16720
16721
16722
16723
16724
16725
16726
16727
16728
16729
16730
16731
16732
# File 'lib/aws-sdk-datazone/types.rb', line 16720

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_scopeString

Specifies the scope of the search for types.

Returns:

  • (String)


16720
16721
16722
16723
16724
16725
16726
16727
16728
16729
16730
16731
16732
# File 'lib/aws-sdk-datazone/types.rb', line 16720

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_textString

Specifies the text for which to search.

Returns:

  • (String)


16720
16721
16722
16723
16724
16725
16726
16727
16728
16729
16730
16731
16732
# File 'lib/aws-sdk-datazone/types.rb', line 16720

class SearchTypesInput < Struct.new(
  :domain_identifier,
  :filters,
  :managed,
  :max_results,
  :next_token,
  :search_in,
  :search_scope,
  :search_text,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end

#sortTypes::SearchSort

The specifies the way to sort the ‘SearchTypes` results.

Returns:



16720
16721
16722
16723
16724
16725
16726
16727
16728
16729
16730
16731
16732
# File 'lib/aws-sdk-datazone/types.rb', line 16720

class SearchTypesInput < Struct.new(
  :domain_identifier,
  :filters,
  :managed,
  :max_results,
  :next_token,
  :search_in,
  :search_scope,
  :search_text,
  :sort)
  SENSITIVE = []
  include Aws::Structure
end