Class: Aws::Types::SearchIndexRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


4414
4415
4416
# File 'sig/types.rbs', line 4414

def index_name
  @index_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4417
4418
4419
# File 'sig/types.rbs', line 4417

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4416
4417
4418
# File 'sig/types.rbs', line 4416

def next_token
  @next_token
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


4415
4416
4417
# File 'sig/types.rbs', line 4415

def query_string
  @query_string
end

#query_version::String

Returns the value of attribute query_version.

Returns:

  • (::String)


4418
4419
4420
# File 'sig/types.rbs', line 4418

def query_version
  @query_version
end