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
-
#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
#items ⇒ Array<Types::SearchResultItem>
The results of the ‘SearchListings` action.
13728 13729 13730 13731 13732 13733 13734 |
# File 'lib/aws-sdk-datazone/types.rb', line 13728 class SearchListingsOutput < Struct.new( :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.
13728 13729 13730 13731 13732 13733 13734 |
# File 'lib/aws-sdk-datazone/types.rb', line 13728 class SearchListingsOutput < Struct.new( :items, :next_token, :total_match_count) SENSITIVE = [] include Aws::Structure end |
#total_match_count ⇒ Integer
Total number of search results.
13728 13729 13730 13731 13732 13733 13734 |
# File 'lib/aws-sdk-datazone/types.rb', line 13728 class SearchListingsOutput < Struct.new( :items, :next_token, :total_match_count) SENSITIVE = [] include Aws::Structure end |