Class: Aws::DataZone::Types::SearchInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_attributesArray<String>

Specifies additional attributes for the Search action.

Returns:

  • (Array<String>)


9372
9373
9374
9375
9376
9377
9378
9379
9380
9381
9382
9383
9384
9385
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9372

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_identifierString

The identifier of the Amazon DataZone domain.

Returns:

  • (String)


9372
9373
9374
9375
9376
9377
9378
9379
9380
9381
9382
9383
9384
9385
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9372

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

#filtersTypes::FilterClause

Specifies the search filters.

Returns:



9372
9373
9374
9375
9376
9377
9378
9379
9380
9381
9382
9383
9384
9385
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9372

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_resultsInteger

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.

Returns:

  • (Integer)


9372
9373
9374
9375
9376
9377
9378
9379
9380
9381
9382
9383
9384
9385
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9372

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_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 Search to list the next set of results.

Returns:

  • (String)


9372
9373
9374
9375
9376
9377
9378
9379
9380
9381
9382
9383
9384
9385
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9372

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_identifierString

The identifier of the owning project specified for the search.

Returns:

  • (String)


9372
9373
9374
9375
9376
9377
9378
9379
9380
9381
9382
9383
9384
9385
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9372

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

The details of the search.

Returns:



9372
9373
9374
9375
9376
9377
9378
9379
9380
9381
9382
9383
9384
9385
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9372

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_scopeString

The scope of the search.

Returns:

  • (String)


9372
9373
9374
9375
9376
9377
9378
9379
9380
9381
9382
9383
9384
9385
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9372

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_textString

Specifies the text for which to search.

Returns:

  • (String)


9372
9373
9374
9375
9376
9377
9378
9379
9380
9381
9382
9383
9384
9385
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9372

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

#sortTypes::SearchSort

Specifies the way in which the search results are to be sorted.

Returns:



9372
9373
9374
9375
9376
9377
9378
9379
9380
9381
9382
9383
9384
9385
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9372

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