Class: Aws::DataZone::Types::SearchListingsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SearchListingsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregates ⇒ Array<Types::AggregationOutput>
Contains computed counts grouped by field values based on the requested aggregation attributes for the matching listings.
-
#items ⇒ Array<Types::SearchResultItem>
The results of the ‘SearchListings` action.
-
#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`.
-
#total_match_count ⇒ Integer
Total number of search results.
Instance Attribute Details
#aggregates ⇒ Array<Types::AggregationOutput>
Contains computed counts grouped by field values based on the requested aggregation attributes for the matching listings.
17560 17561 17562 17563 17564 17565 17566 17567 |
# File 'lib/aws-sdk-datazone/types.rb', line 17560 class SearchListingsOutput < Struct.new( :aggregates, :items, :next_token, :total_match_count) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::SearchResultItem>
The results of the ‘SearchListings` action.
17560 17561 17562 17563 17564 17565 17566 17567 |
# File 'lib/aws-sdk-datazone/types.rb', line 17560 class SearchListingsOutput < Struct.new( :aggregates, :items, :next_token, :total_match_count) 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.
17560 17561 17562 17563 17564 17565 17566 17567 |
# File 'lib/aws-sdk-datazone/types.rb', line 17560 class SearchListingsOutput < Struct.new( :aggregates, :items, :next_token, :total_match_count) SENSITIVE = [] include Aws::Structure end |
#total_match_count ⇒ Integer
Total number of search results.
17560 17561 17562 17563 17564 17565 17566 17567 |
# File 'lib/aws-sdk-datazone/types.rb', line 17560 class SearchListingsOutput < Struct.new( :aggregates, :items, :next_token, :total_match_count) SENSITIVE = [] include Aws::Structure end |