Class: Aws::DataZone::Types::SearchListingsInput

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

#additional_attributesArray<String>

Specifies additional attributes for the search.

Returns:

  • (Array<String>)


17522
17523
17524
17525
17526
17527
17528
17529
17530
17531
17532
17533
17534
# File 'lib/aws-sdk-datazone/types.rb', line 17522

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

#aggregationsArray<Types::AggregationListItem>

Enables you to specify one or more attributes to compute and return counts grouped by field values.

Returns:



17522
17523
17524
17525
17526
17527
17528
17529
17530
17531
17532
17533
17534
# File 'lib/aws-sdk-datazone/types.rb', line 17522

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

#domain_identifierString

The identifier of the domain in which to search listings.

Returns:

  • (String)


17522
17523
17524
17525
17526
17527
17528
17529
17530
17531
17532
17533
17534
# File 'lib/aws-sdk-datazone/types.rb', line 17522

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

#filtersTypes::FilterClause

Specifies the filters for the search of listings.

Returns:



17522
17523
17524
17525
17526
17527
17528
17529
17530
17531
17532
17533
17534
# File 'lib/aws-sdk-datazone/types.rb', line 17522

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

#max_resultsInteger

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.

Returns:

  • (Integer)


17522
17523
17524
17525
17526
17527
17528
17529
17530
17531
17532
17533
17534
# File 'lib/aws-sdk-datazone/types.rb', line 17522

class SearchListingsInput < Struct.new(
  :additional_attributes,
  :aggregations,
  :domain_identifier,
  :filters,
  :max_results,
  :next_token,
  :search_in,
  :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 `SearchListings` to list the next set of results.

Returns:

  • (String)


17522
17523
17524
17525
17526
17527
17528
17529
17530
17531
17532
17533
17534
# File 'lib/aws-sdk-datazone/types.rb', line 17522

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

#search_inArray<Types::SearchInItem>

The details of the search.

Returns:



17522
17523
17524
17525
17526
17527
17528
17529
17530
17531
17532
17533
17534
# File 'lib/aws-sdk-datazone/types.rb', line 17522

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

#search_textString

Specifies the text for which to search.

Returns:

  • (String)


17522
17523
17524
17525
17526
17527
17528
17529
17530
17531
17532
17533
17534
# File 'lib/aws-sdk-datazone/types.rb', line 17522

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

#sortTypes::SearchSort

Specifies the way for sorting the search results.

Returns:



17522
17523
17524
17525
17526
17527
17528
17529
17530
17531
17532
17533
17534
# File 'lib/aws-sdk-datazone/types.rb', line 17522

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