Class: Aws::Types::UpdateFeaturedResultsSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2093
2094
2095
# File 'sig/types.rbs', line 2093

def description
  @description
end

Returns the value of attribute featured_documents.

Returns:



2096
2097
2098
# File 'sig/types.rbs', line 2096

def featured_documents
  @featured_documents
end

Returns the value of attribute featured_results_set_id.

Returns:

  • (::String)


2091
2092
2093
# File 'sig/types.rbs', line 2091

def featured_results_set_id
  @featured_results_set_id
end

Returns the value of attribute featured_results_set_name.

Returns:

  • (::String)


2092
2093
2094
# File 'sig/types.rbs', line 2092

def featured_results_set_name
  @featured_results_set_name
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


2090
2091
2092
# File 'sig/types.rbs', line 2090

def index_id
  @index_id
end

#query_texts::Array[::String]

Returns the value of attribute query_texts.

Returns:

  • (::Array[::String])


2095
2096
2097
# File 'sig/types.rbs', line 2095

def query_texts
  @query_texts
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


2094
2095
2096
# File 'sig/types.rbs', line 2094

def status
  @status
end