Class: Aws::Types::CreateFeaturedResultsSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFeaturedResultsSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#featured_documents ⇒ ::Array[Types::FeaturedDocument]
Returns the value of attribute featured_documents.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
445 446 447 |
# File 'sig/types.rbs', line 445 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
444 445 446 |
# File 'sig/types.rbs', line 444 def description @description end |
#featured_documents ⇒ ::Array[Types::FeaturedDocument]
Returns the value of attribute featured_documents.
448 449 450 |
# File 'sig/types.rbs', line 448 def featured_documents @featured_documents end |
#featured_results_set_name ⇒ ::String
Returns the value of attribute featured_results_set_name.
443 444 445 |
# File 'sig/types.rbs', line 443 def featured_results_set_name @featured_results_set_name end |
#index_id ⇒ ::String
Returns the value of attribute index_id.
442 443 444 |
# File 'sig/types.rbs', line 442 def index_id @index_id end |
#query_texts ⇒ ::Array[::String]
Returns the value of attribute query_texts.
447 448 449 |
# File 'sig/types.rbs', line 447 def query_texts @query_texts end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
446 447 448 |
# File 'sig/types.rbs', line 446 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
449 450 451 |
# File 'sig/types.rbs', line 449 def @tags end |