Class: Aws::CloudSearchDomain::Types::SuggestRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearchDomain::Types::SuggestRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudsearchdomain/types.rb
Overview
Container for the parameters to the ‘Suggest` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query ⇒ String
Specifies the string for which you want to get suggestions.
-
#size ⇒ Integer
Specifies the maximum number of suggestions to return.
-
#suggester ⇒ String
Specifies the name of the suggester to use to find suggested matches.
Instance Attribute Details
#query ⇒ String
Specifies the string for which you want to get suggestions.
714 715 716 717 718 719 720 |
# File 'lib/aws-sdk-cloudsearchdomain/types.rb', line 714 class SuggestRequest < Struct.new( :query, :suggester, :size) SENSITIVE = [] include Aws::Structure end |
#size ⇒ Integer
Specifies the maximum number of suggestions to return.
714 715 716 717 718 719 720 |
# File 'lib/aws-sdk-cloudsearchdomain/types.rb', line 714 class SuggestRequest < Struct.new( :query, :suggester, :size) SENSITIVE = [] include Aws::Structure end |
#suggester ⇒ String
Specifies the name of the suggester to use to find suggested matches.
714 715 716 717 718 719 720 |
# File 'lib/aws-sdk-cloudsearchdomain/types.rb', line 714 class SuggestRequest < Struct.new( :query, :suggester, :size) SENSITIVE = [] include Aws::Structure end |