Class: Aws::CloudSearch::Types::BuildSuggestersRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudsearch/types.rb

Overview

Container for the parameters to the ‘BuildSuggester` operation. Specifies the name of the domain you want to update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

A string that represents the name of a domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

Returns:

  • (String)


201
202
203
204
205
# File 'lib/aws-sdk-cloudsearch/types.rb', line 201

class BuildSuggestersRequest < Struct.new(
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end