Class: Aws::Types::UpdateFeaturedResultsSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFeaturedResultsSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#featured_documents ⇒ ::Array[Types::FeaturedDocument]
Returns the value of attribute featured_documents.
-
#featured_results_set_id ⇒ ::String
Returns the value of attribute featured_results_set_id.
-
#featured_results_set_name ⇒ ::String
Returns the value of attribute featured_results_set_name.
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#query_texts ⇒ ::Array[::String]
Returns the value of attribute query_texts.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def description @description end |
#featured_documents ⇒ ::Array[Types::FeaturedDocument]
Returns the value of attribute featured_documents.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def featured_documents @featured_documents end |
#featured_results_set_id ⇒ ::String
Returns the value of attribute featured_results_set_id.
2091 2092 2093 |
# File 'sig/types.rbs', line 2091 def featured_results_set_id @featured_results_set_id end |
#featured_results_set_name ⇒ ::String
Returns the value of attribute featured_results_set_name.
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.
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.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def query_texts @query_texts end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def status @status end |